Skip to content

Commit 7a178cf

Browse files
committed
feat: use fewer actual matrix configs in the name of docker ci runs, it is descriptive enough with this manual name configuration
1 parent e7a8e2d commit 7a178cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Docker images
77

88
jobs:
99
build-images:
10-
name: Build & push Docker images
10+
name: Build & push Docker images (${{ matrix.runtime.name}}, ${{ matrix.config.arch }})
1111
runs-on: ubuntu-${{ matrix.config.run-version }}
1212

1313
strategy:

0 commit comments

Comments
 (0)