Skip to content

Commit

Permalink
Fix reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Philips committed Nov 6, 2023
1 parent 40df662 commit 3bb1c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ jobs:
KUBE_HOST: ${{ secrets.KUBE_HOST }}
KUBE_TOKEN: ${{ secrets.KUBE_TOKEN }}
with:
args: annotate warehouse kargo-example -n kargo-example-stages reload=${{ github.sha }} --overwrite
args: annotate warehouse demo-app-simple -n demo-app-simple-stages reload=${{ github.sha }} --overwrite

0 comments on commit 3bb1c33

Please sign in to comment.