Skip to content

Commit 64243f1

Browse files
committed
GHA: Update step names
1 parent 9f0fa61 commit 64243f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
jobs:
4242

4343
build:
44-
name: "Image ${{ inputs.image-name }}:${{ inputs.base-tag }}"
44+
name: "Build ${{ matrix.platform }}"
4545
runs-on: ubuntu-latest
4646
strategy:
4747
fail-fast: false
@@ -105,6 +105,7 @@ jobs:
105105
if-no-files-found: error
106106
retention-days: 1
107107
merge:
108+
name: "Merge images and push"
108109
runs-on: ubuntu-latest
109110
needs:
110111
- build

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
plone-version: ${{ needs.config.outputs.plone-version }}
5656

5757
image:
58-
name: "Create container image"
58+
name: "Image ${{ needs.config.outputs.image-name }}:${{ needs.config.outputs.base-tag }}"
5959
uses: ./.github/workflows/image.yml
6060
needs:
6161
- config

0 commit comments

Comments
 (0)