Mention target in build job title
authorPablo Zmdl <redacted>
Tue, 10 Jun 2025 07:39:11 +0000 (09:39 +0200)
committerPablo Zmdl <redacted>
Tue, 10 Jun 2025 07:47:15 +0000 (09:47 +0200)
This helps to identify the job in the list of running actions

.github/workflows/build.yml

index 7e2698b2e721ad7572e1c495d262abdf369f5636..d4eb9f8cfe2cd133eacb63c3bc3987b05c29c653 100644 (file)
@@ -84,7 +84,7 @@ jobs:
         with:
           buildkitd-flags: --debug
 
-      - name: Build and push image for "${{ matrix.variant }}"
+      - name: Build and push image for "${{ matrix.variant }} / {{ matrix.target }}"
         uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
         with:
           context: ${{ matrix.variant }}
git clone https://git.99rst.org/PROJECT