File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,17 @@ jobs:
115115 if : ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
116116 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
117117
118- # check-tags:
119- # name: Check container image tags
120- # needs:
121- # - check-changes
122- # - build-kayobe-image
123- # uses: ./.github/workflows/stackhpc-check-tags.yml
124- # with:
125- # kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
126- # if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
127- # secrets: inherit
128- # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
118+ check-tags :
119+ name : Check container image tags
120+ needs :
121+ - check-changes
122+ - build-kayobe-image
123+ uses : ./.github/workflows/stackhpc-check-tags.yml
124+ with :
125+ kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
126+ if : ${{ needs.check-changes.outputs.check-tags == 'true' }}
127+ secrets : inherit
128+ if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
129129
130130 all-in-one-ubuntu-noble-ovs :
131131 name : aio (Ubuntu Noble OVS)
Original file line number Diff line number Diff line change @@ -437,7 +437,6 @@ stackhpc_pulp_images_kolla:
437437 - bifrost-deploy
438438 - blazar-api
439439 - blazar-manager
440- - caso
441440 - cinder-api
442441 - cinder-backup
443442 - cinder-scheduler
You can’t perform that action at this time.
0 commit comments