Skip to content

Commit

Permalink
gh-actions: update version and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannistsanaktsidis committed Jan 16, 2025
1 parent 51e5625 commit 4cf59a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
steps:
- name: send event (release)
if : ${{ github.event_name == 'release' }}
uses: cern-sis/gh-workflows/.github/actions/kubernetes-project-new-images@v5.6.0
uses: cern-sis/gh-workflows/.github/actions/kubernetes-project-new-images@v6.3.1
with:
repo: cern-sis/kubernetes-inspire
event-type: release
images: |
inspirehep/next@${{ needs.test.outputs.tag }}
Expand All @@ -34,8 +35,9 @@ jobs:

- name: send event (update)
if : ${{ github.event_name != 'release' }}
uses: cern-sis/gh-workflows/.github/actions/kubernetes-project-new-images@v5.6.0
uses: cern-sis/gh-workflows/.github/actions/kubernetes-project-new-images@v6.3.1
with:
repo: cern-sis/kubernetes-inspire
event-type: update
images: |
inspirehep/next@${{ needs.test.outputs.tag }}
Expand Down

0 comments on commit 4cf59a8

Please sign in to comment.