We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96098f + d9cf407 commit bf52f9cCopy full SHA for bf52f9c
.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