We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75cdc39 + e024b57 commit e865ca8Copy full SHA for e865ca8
1 file changed
.github/workflows/docker-name-version-flavour-arch.yml
@@ -151,6 +151,12 @@ jobs:
151
# ------------------------------------------------------------
152
# Build
153
154
+ - name: Pull Base
155
+ uses: cytopia/shell-command-retry-action@v0.1.3
156
+ with:
157
+ command: |
158
+ make docker-pull-base-image ARCH=${{ matrix.arch }}
159
+
160
- name: Build
161
uses: cytopia/shell-command-retry-action@v0.1.3
162
with:
0 commit comments