@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : " [SETUP] Determine Docker tag"
148148 id : tag
149- uses : cytopia/docker-tag-action@v0.4.20
149+ uses : cytopia/docker-tag-action@v0.4.22
150150
151151 # https://github.com/alpinelinux/docker-alpine/issues/98
152152 - name : " [SETUP] Fix Docker IP forwarding"
@@ -159,13 +159,13 @@ jobs:
159159 # Build
160160 # ------------------------------------------------------------
161161 - name : Pull Base
162- uses : cytopia/shell-command-retry-action@v0.1.3
162+ uses : cytopia/shell-command-retry-action@v0.1.5
163163 with :
164164 command : |
165165 make docker-pull-base-image VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}
166166
167167 - name : Build
168- uses : cytopia/shell-command-retry-action@v0.1.3
168+ uses : cytopia/shell-command-retry-action@v0.1.5
169169 with :
170170 retries : 10
171171 pause : 5
@@ -176,7 +176,7 @@ jobs:
176176 # Test
177177 # ------------------------------------------------------------
178178 - name : Test
179- uses : cytopia/shell-command-retry-action@v0.1.3
179+ uses : cytopia/shell-command-retry-action@v0.1.5
180180 with :
181181 command : |
182182 make test NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -192,7 +192,7 @@ jobs:
192192 if : needs.configure.outputs.can_login == 1 && inputs.can_deploy
193193
194194 - name : Docker push architecture image
195- uses : cytopia/shell-command-retry-action@v0.1.3
195+ uses : cytopia/shell-command-retry-action@v0.1.5
196196 with :
197197 command : |
198198 make push NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -229,7 +229,7 @@ jobs:
229229
230230 - name : " [SETUP] Determine Docker tag"
231231 id : tag
232- uses : cytopia/docker-tag-action@v0.4.20
232+ uses : cytopia/docker-tag-action@v0.4.22
233233
234234 - name : " [SETUP] Determine manifest arches"
235235 id : manifest
@@ -254,13 +254,13 @@ jobs:
254254 password : ${{ secrets.DOCKERHUB_PASSWORD }}
255255
256256 - name : " [DEPLOY] Create Docker manifest for architectures: ${{ steps.manifest.outputs.arches }}"
257- uses : cytopia/shell-command-retry-action@v0.1.3
257+ uses : cytopia/shell-command-retry-action@v0.1.5
258258 with :
259259 command : |
260260 make manifest-create NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }}
261261
262262 - name : " [DEPLOY] Publish Docker manifest: ${{ steps.tag.outputs.docker-tag }}"
263- uses : cytopia/shell-command-retry-action@v0.1.3
263+ uses : cytopia/shell-command-retry-action@v0.1.5
264264 with :
265265 command : |
266266 make manifest-push NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}
0 commit comments