Skip to content

Commit e14acae

Browse files
committed
fix job
1 parent f34d075 commit e14acae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: steebchen/[email protected]
8484
with:
8585
config: ${{ secrets.DEV_KUBECONFIG }}
86-
command: -n tutorial set image deployment/demo-app demo-app=${{needs.build-and-push-image.outputs.image-tag }}
86+
command: -n tutorial set image deployment/tech-bytes tech-bytes=${{needs.build-and-push-image.outputs.image-tag }}
8787

8888
create-release:
8989
needs: build-and-push-image

0 commit comments

Comments
 (0)