Skip to content

Commit 1dd1204

Browse files
committed
Ensure to pull the correct base image
1 parent 101544d commit 1dd1204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
uses: cytopia/[email protected]
156156
with:
157157
command: |
158-
make docker-pull-base-image ARCH=${{ matrix.arch }}
158+
make docker-pull-base-image VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}
159159
160160
- name: Build
161161
uses: cytopia/[email protected]

0 commit comments

Comments
 (0)