We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96098f commit d9cf407Copy full SHA for d9cf407
.github/workflows/docker-name-version-arch.yml
@@ -162,7 +162,7 @@ jobs:
162
uses: cytopia/shell-command-retry-action@v0.1.6
163
with:
164
command: |
165
- make docker-pull-base-image VERSION="${{ matrix.version }}" ARCH=${{ matrix.arch }}
+ make docker-pull-base-image NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" ARCH=${{ matrix.arch }}
166
167
- name: Build
168
0 commit comments