We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0fa61 commit 64243f1Copy full SHA for 64243f1
.github/workflows/image.yml
@@ -41,7 +41,7 @@ on:
41
jobs:
42
43
build:
44
- name: "Image ${{ inputs.image-name }}:${{ inputs.base-tag }}"
+ name: "Build ${{ matrix.platform }}"
45
runs-on: ubuntu-latest
46
strategy:
47
fail-fast: false
@@ -105,6 +105,7 @@ jobs:
105
if-no-files-found: error
106
retention-days: 1
107
merge:
108
+ name: "Merge images and push"
109
110
needs:
111
- build
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
plone-version: ${{ needs.config.outputs.plone-version }}
56
57
image:
58
- name: "Create container image"
+ name: "Image ${{ needs.config.outputs.image-name }}:${{ needs.config.outputs.base-tag }}"
59
uses: ./.github/workflows/image.yml
60
61
- config
0 commit comments