We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7a118 commit 7eabe3fCopy full SHA for 7eabe3f
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Deploy QA
30
if: ${{ github.event_name == 'push'}}
31
- 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
32
with:
33
event-type: update
34
repo: cern-sis/kubernetes-shared
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Deploy PROD
39
if: ${{ github.event_name == 'release'}}
40
41
42
event-type: release
43
0 commit comments