We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831b8b7 commit 4cd5eacCopy full SHA for 4cd5eac
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -14,7 +14,7 @@ name: Build and push docker image
14
15
jobs:
16
build_image:
17
- name: Build image for ${{ inputs.container_name }}
+ name: Build image for ${{ inputs.container_name }} on ${{ matrix.arch }}
18
permissions:
19
id-token: write
20
runs-on: '${{ matrix.runner }}'
0 commit comments