Skip to content

Commit

Permalink
Try tags output?
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jan 3, 2024
1 parent b84192d commit 1485ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
kubectl --kubeconfig kc.yaml set image deployment/profile-staging svc=$NEW_IMAGE
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
NEW_IMAGE: ${{ needs.push.outputs.imageFullName }}
NEW_IMAGE: ${{ needs.push.outputs.tags }}

deploy:
name: Deploy
Expand All @@ -64,4 +64,4 @@ jobs:
kubectl --kubeconfig kc.yaml set image deployment/profile svc=$NEW_IMAGE
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
NEW_IMAGE: ${{ needs.push.outputs.imageFullName }}
NEW_IMAGE: ${{ needs.push.outputs.tags }}

0 comments on commit 1485ea4

Please sign in to comment.