We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34d075 commit e14acaeCopy full SHA for e14acae
.github/workflows/publish.yaml
@@ -83,7 +83,7 @@ jobs:
83
uses: steebchen/[email protected]
84
with:
85
config: ${{ secrets.DEV_KUBECONFIG }}
86
- command: -n tutorial set image deployment/demo-app demo-app=${{needs.build-and-push-image.outputs.image-tag }}
+ command: -n tutorial set image deployment/tech-bytes tech-bytes=${{needs.build-and-push-image.outputs.image-tag }}
87
88
create-release:
89
needs: build-and-push-image
0 commit comments