File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3838
3939jobs :
4040 containers-to-build :
41+ name : Containers to build
4142 runs-on : ubuntu-latest
4243 permissions :
4344 contents : read
9293 echo "short_commit_hash=$(git rev-parse --short ${GITHUB_SHA})" >> "${GITHUB_OUTPUT}"
9394
9495 build-and-push :
96+ name : Docker build and push
9597 if : needs.containers-to-build.outputs.containers != '[]'
9698 runs-on : ubuntu-latest
9799 permissions :
@@ -191,7 +193,7 @@ jobs:
191193 image_name : ${{ inputs.project_name }}-${{ matrix.function }}
192194
193195 tag-all-repositories :
194- name : Add merge commit tag to all images
196+ name : Merge commit tag all images
195197 if : github.ref == 'refs/heads/main'
196198 runs-on : ubuntu-latest
197199 needs : build-and-push
@@ -263,6 +265,7 @@ jobs:
263265 done
264266
265267 aggregate-reports :
268+ name : Aggregate reports
266269 runs-on : ubuntu-latest
267270 needs : [build-and-push, containers-to-build]
268271 env :
You can’t perform that action at this time.
0 commit comments