Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit e14acae

Browse files
committed
fix job
1 parent f34d075 commit e14acae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/kubectl@v2.0.0
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)