We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101544d commit 1dd1204Copy full SHA for 1dd1204
1 file changed
.github/workflows/docker-name-version-flavour-arch.yml
@@ -155,7 +155,7 @@ jobs:
155
uses: cytopia/shell-command-retry-action@v0.1.3
156
with:
157
command: |
158
- make docker-pull-base-image ARCH=${{ matrix.arch }}
+ make docker-pull-base-image VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}
159
160
- name: Build
161
0 commit comments