We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cdc39 commit e024b57Copy full SHA for e024b57
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