Skip to content

Commit

Permalink
Merge pull request #115 from DonHaul/fix-build
Browse files Browse the repository at this point in the history
gh workflows: fix deploy action
  • Loading branch information
PascalEgn authored Oct 15, 2024
2 parents aae8cd8 + 43619a6 commit 9ec3af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Deploy QA
uses: cern-sis/gh-workflows/.github/actions/kubernetes-project-new-images@v6
uses: cern-sis/gh-workflows/.github/actions/kubernetes-project-new-images@v6.4
with:
event-type: update
repo: cern-sis/kubernetes-inspire
images: ${{ env.REGISTRY }}/${{ env.IMAGE }}@${{ steps.build.outputs.image-digest }}
token: ${{ secrets.PAT_FIRE_EVENTS_ON_CERN_SIS_KUBERNETES }}

0 comments on commit 9ec3af5

Please sign in to comment.