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
9596 echo "short_commit_hash=$(git rev-parse --short ${GITHUB_SHA})" >> "${GITHUB_OUTPUT}"
9697
9798 build-and-push :
99+ name : Docker build and push
98100 if : needs.containers-to-build.outputs.containers != '[]'
99101 runs-on : ubuntu-latest
100102 permissions :
@@ -176,7 +178,7 @@ jobs:
176178 image_name : ${{ inputs.project_name }}-${{ matrix.function }}
177179
178180 tag-all-repositories :
179- name : Add merge commit tag to all images
181+ name : Merge commit tag all images
180182 if : github.ref == 'refs/heads/main'
181183 runs-on : ubuntu-latest
182184 needs : [build-and-push, containers-to-build]
@@ -248,6 +250,7 @@ jobs:
248250 done
249251
250252 aggregate-reports :
253+ name : Aggregate reports
251254 runs-on : ubuntu-latest
252255 needs : [build-and-push, containers-to-build]
253256 env :
You can’t perform that action at this time.
0 commit comments