Skip to content

Commit 521cbd4

Browse files
committed
ci(pipeline): improve build job naming for clarity
- Updated the build job name to include the platform in the CI pipeline, enhancing clarity in pipeline execution. - Renamed manifest job for consistency with updated naming convention.
1 parent 8a82f56 commit 521cbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113

114114
build:
115-
name: build
115+
name: build - ${{ matrix.platform }}
116116
if: ${{ needs.discovery.outputs.build == 'true' }}
117117
needs: [discovery]
118118
strategy:
@@ -173,7 +173,7 @@ jobs:
173173
${{ env.container_image_repository_ghcr }}/${{ env.container_image }}:${{ env.gitVersion_SemVer }}-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
174174
175175
manifest:
176-
name: create multi-arch manifest
176+
name: build - manifest
177177
if: ${{ needs.discovery.outputs.build_push == 'true' }}
178178
needs: [discovery, build]
179179
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)