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 e7a8e2d commit 7a178cfCopy full SHA for 7a178cf
.github/workflows/docker.yml
@@ -7,7 +7,7 @@ name: Docker images
7
8
jobs:
9
build-images:
10
- name: Build & push Docker images
+ name: Build & push Docker images (${{ matrix.runtime.name}}, ${{ matrix.config.arch }})
11
runs-on: ubuntu-${{ matrix.config.run-version }}
12
13
strategy:
0 commit comments