Skip to content

Commit f4483fa

Browse files
Bump cytopia/shell-command-retry-action from 0.1.3 to 0.1.6
Bumps [cytopia/shell-command-retry-action](https://github.com/cytopia/shell-command-retry-action) from 0.1.3 to 0.1.6. - [Release notes](https://github.com/cytopia/shell-command-retry-action/releases) - [Commits](cytopia/shell-command-retry-action@v0.1.3...v0.1.6) --- updated-dependencies: - dependency-name: cytopia/shell-command-retry-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3341afc commit f4483fa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
# Build
153153
# ------------------------------------------------------------
154154
- name: Build
155-
uses: cytopia/shell-command-retry-action@v0.1.3
155+
uses: cytopia/shell-command-retry-action@v0.1.6
156156
with:
157157
command: |
158158
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:
161161
# Test
162162
# ------------------------------------------------------------
163163
- name: Test
164-
uses: cytopia/shell-command-retry-action@v0.1.3
164+
uses: cytopia/shell-command-retry-action@v0.1.6
165165
with:
166166
command: |
167167
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:
177177
if: needs.configure.outputs.can_login == 1 && inputs.can_deploy
178178

179179
- 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
181181
with:
182182
command: |
183183
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:
239239
password: ${{ secrets.DOCKERHUB_PASSWORD }}
240240

241241
- 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
243243
with:
244244
command: |
245245
make manifest-create NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }}
246246
247247
- 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
249249
with:
250250
command: |
251251
make manifest-push NAME=${{ matrix.name }} VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}

.github/workflows/lint-generic.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Lint Files
22-
uses: cytopia/shell-command-retry-action@v0.1.3
22+
uses: cytopia/shell-command-retry-action@v0.1.6
2323
with:
2424
command: |
2525
make lint-files
2626
2727
- name: Lint Yaml
28-
uses: cytopia/shell-command-retry-action@v0.1.3
28+
uses: cytopia/shell-command-retry-action@v0.1.6
2929
with:
3030
command: |
3131
make lint-yaml
3232
3333
- name: Lint JSON
34-
uses: cytopia/shell-command-retry-action@v0.1.3
34+
uses: cytopia/shell-command-retry-action@v0.1.6
3535
with:
3636
command: |
3737
make lint-json
3838
3939
- name: Lint Bash
40-
uses: cytopia/shell-command-retry-action@v0.1.3
40+
uses: cytopia/shell-command-retry-action@v0.1.6
4141
with:
4242
command: |
4343
make lint-bash

0 commit comments

Comments
 (0)