@@ -152,7 +152,7 @@ jobs:
152
152
# Build
153
153
# ------------------------------------------------------------
154
154
- name : Build
155
- uses : cytopia/shell-command-retry-action@v0.1.3
155
+ uses : cytopia/shell-command-retry-action@v0.1.6
156
156
with :
157
157
command : |
158
158
make build NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -161,7 +161,7 @@ jobs:
161
161
# Test
162
162
# ------------------------------------------------------------
163
163
- name : Test
164
- uses : cytopia/shell-command-retry-action@v0.1.3
164
+ uses : cytopia/shell-command-retry-action@v0.1.6
165
165
with :
166
166
command : |
167
167
make test NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -177,7 +177,7 @@ jobs:
177
177
if : needs.configure.outputs.can_login == 1 && inputs.can_deploy
178
178
179
179
- name : Docker push architecture image
180
- uses : cytopia/shell-command-retry-action@v0.1.3
180
+ uses : cytopia/shell-command-retry-action@v0.1.6
181
181
with :
182
182
command : |
183
183
make push NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -239,13 +239,13 @@ jobs:
239
239
password : ${{ secrets.DOCKERHUB_PASSWORD }}
240
240
241
241
- name : " [DEPLOY] Create Docker manifest for architectures: ${{ steps.manifest.outputs.arches }}"
242
- uses : cytopia/shell-command-retry-action@v0.1.3
242
+ uses : cytopia/shell-command-retry-action@v0.1.6
243
243
with :
244
244
command : |
245
245
make manifest-create NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }}
246
246
247
247
- name : " [DEPLOY] Publish Docker manifest: ${{ steps.tag.outputs.docker-tag }}"
248
- uses : cytopia/shell-command-retry-action@v0.1.3
248
+ uses : cytopia/shell-command-retry-action@v0.1.6
249
249
with :
250
250
command : |
251
251
make manifest-push NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}
0 commit comments