Skip to content

Commit

Permalink
Merge pull request #48 from devilbox/fix-docker-pull
Browse files Browse the repository at this point in the history
Ensure to pull the correct base image
  • Loading branch information
cytopia authored Oct 30, 2022
2 parents 101544d + 1dd1204 commit 424de93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-name-version-flavour-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
uses: cytopia/[email protected]
with:
command: |
make docker-pull-base-image ARCH=${{ matrix.arch }}
make docker-pull-base-image VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}
- name: Build
uses: cytopia/[email protected]
Expand Down

0 comments on commit 424de93

Please sign in to comment.