Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jan 4, 2024
1 parent 2ed4616 commit 08d3e78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
name: Push
runs-on: ubuntu-latest
needs: test
outputs:
tag: ${{ steps.meta.outputs.tags }}
steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
kubectl --kubeconfig kc.yaml set image deployment/profile-staging svc=$NEW_IMAGE
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
NEW_IMAGE: ${{ needs.push.outputs.tags }}
NEW_IMAGE: ${{ needs.push.outputs.tag }}

deploy:
name: Deploy
Expand Down

0 comments on commit 08d3e78

Please sign in to comment.