Skip to content

Commit e865ca8

Browse files
authored
Merge pull request #44 from devilbox/pull-base-image
Ensure to pull base image
2 parents 75cdc39 + e024b57 commit e865ca8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ jobs:
151151
# ------------------------------------------------------------
152152
# Build
153153
# ------------------------------------------------------------
154+
- name: Pull Base
155+
uses: cytopia/[email protected]
156+
with:
157+
command: |
158+
make docker-pull-base-image ARCH=${{ matrix.arch }}
159+
154160
- name: Build
155161
uses: cytopia/[email protected]
156162
with:

0 commit comments

Comments
 (0)