Skip to content

Commit 5e189ce

Browse files
Bump cytopia/shell-command-retry-action from 0.1.6 to 0.1.9 (#89)
Bumps [cytopia/shell-command-retry-action](https://github.com/cytopia/shell-command-retry-action) from 0.1.6 to 0.1.9. - [Release notes](https://github.com/cytopia/shell-command-retry-action/releases) - [Commits](cytopia/shell-command-retry-action@v0.1.6...v0.1.9) --- updated-dependencies: - dependency-name: cytopia/shell-command-retry-action dependency-version: 0.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9aaf4de commit 5e189ce

7 files changed

+29
-29
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: ${{ inputs.stage_prev != '' }}
126126

127127
- name: "[Artifact Load] Import previously built image"
128-
uses: cytopia/shell-command-retry-action@v0.1.6
128+
uses: cytopia/shell-command-retry-action@v0.1.9
129129
with:
130130
command: |
131131
make load INFILE=${{ steps.set-artifact-name.outputs.prev }}
@@ -136,14 +136,14 @@ jobs:
136136
# Build
137137
# ------------------------------------------------------------
138138
- name: Pull
139-
uses: cytopia/shell-command-retry-action@v0.1.6
139+
uses: cytopia/shell-command-retry-action@v0.1.9
140140
with:
141141
command: |
142142
make docker-pull-base-image VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }}
143143
if: ${{ inputs.pull_base_image }}
144144

145145
- name: Build
146-
uses: cytopia/shell-command-retry-action@v0.1.6
146+
uses: cytopia/shell-command-retry-action@v0.1.9
147147
with:
148148
command: |
149149
make build VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }}
@@ -153,7 +153,7 @@ jobs:
153153
# Test
154154
# ------------------------------------------------------------
155155
- name: Test
156-
uses: cytopia/shell-command-retry-action@v0.1.6
156+
uses: cytopia/shell-command-retry-action@v0.1.9
157157
with:
158158
command: |
159159
make test VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }}
@@ -164,7 +164,7 @@ jobs:
164164
# Push
165165
# ------------------------------------------------------------
166166
- name: Docker Tag
167-
uses: cytopia/shell-command-retry-action@v0.1.6
167+
uses: cytopia/shell-command-retry-action@v0.1.9
168168
with:
169169
command: |
170170
make tag VERSION="${{ matrix.VERSION }}" STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -177,7 +177,7 @@ jobs:
177177
if: ${{ inputs.push_image }}
178178

179179
- name: Docker push
180-
uses: cytopia/shell-command-retry-action@v0.1.6
180+
uses: cytopia/shell-command-retry-action@v0.1.9
181181
with:
182182
command: |
183183
make push VERSION="${{ matrix.version }}" STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}

.github/workflows/docker-multistage-push-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: ${{ steps.set-artifact-name.outputs.curr }}
101101

102102
- name: "[Artifact Load] Import previously built image"
103-
uses: cytopia/shell-command-retry-action@v0.1.6
103+
uses: cytopia/shell-command-retry-action@v0.1.9
104104
with:
105105
command: |
106106
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}
@@ -110,7 +110,7 @@ jobs:
110110
# Re-tag images
111111
# ------------------------------------------------------------
112112
- name: "[Docker Tag] Retag"
113-
uses: cytopia/shell-command-retry-action@v0.1.6
113+
uses: cytopia/shell-command-retry-action@v0.1.9
114114
with:
115115
command: |
116116
make tag VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -135,7 +135,7 @@ jobs:
135135
# Push images
136136
# ------------------------------------------------------------
137137
- name: Push Image
138-
uses: cytopia/shell-command-retry-action@v0.1.6
138+
uses: cytopia/shell-command-retry-action@v0.1.9
139139
with:
140140
command: |
141141
make push VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }} TAG=${{ steps.tag.outputs.docker-tag }}

.github/workflows/docker-multistage-push-manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# Create Manifest
107107
# ------------------------------------------------------------
108108
- name: "[Create Manifest] (${{ steps.manifest.outputs.arches }})"
109-
uses: cytopia/shell-command-retry-action@v0.1.6
109+
uses: cytopia/shell-command-retry-action@v0.1.9
110110
with:
111111
command: |
112112
make manifest-create VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -116,7 +116,7 @@ jobs:
116116
# Deploy Manifest
117117
# ------------------------------------------------------------
118118
- name: "[Push Manifest] ${{ steps.tag.outputs.docker-tag }}"
119-
uses: cytopia/shell-command-retry-action@v0.1.6
119+
uses: cytopia/shell-command-retry-action@v0.1.9
120120
with:
121121
command: |
122122
make manifest-push VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} TAG=${{ steps.tag.outputs.docker-tag }}

.github/workflows/docker-multistage-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: ${{ steps.set-artifact-name.outputs.curr }}
8383

8484
- name: "[Artifact Load] Import previously built image"
85-
uses: cytopia/shell-command-retry-action@v0.1.6
85+
uses: cytopia/shell-command-retry-action@v0.1.9
8686
with:
8787
command: |
8888
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}
@@ -92,7 +92,7 @@ jobs:
9292
# Test
9393
# ------------------------------------------------------------
9494
- name: Test
95-
uses: cytopia/shell-command-retry-action@v0.1.6
95+
uses: cytopia/shell-command-retry-action@v0.1.9
9696
with:
9797
command: |
9898
make test VERSION=${{ matrix.VERSION }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.FLAVOUR }} ARCH=${{ matrix.ARCH }}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ jobs:
159159
# Build
160160
# ------------------------------------------------------------
161161
- name: Pull Base
162-
uses: cytopia/shell-command-retry-action@v0.1.6
162+
uses: cytopia/shell-command-retry-action@v0.1.9
163163
with:
164164
command: |
165165
make docker-pull-base-image NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" ARCH=${{ matrix.arch }}
166166
167167
- name: Build
168-
uses: cytopia/shell-command-retry-action@v0.1.6
168+
uses: cytopia/shell-command-retry-action@v0.1.9
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.6
179+
uses: cytopia/shell-command-retry-action@v0.1.9
180180
with:
181181
command: |
182182
make test NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" 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.6
195+
uses: cytopia/shell-command-retry-action@v0.1.9
196196
with:
197197
command: |
198198
make push NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -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.6
257+
uses: cytopia/shell-command-retry-action@v0.1.9
258258
with:
259259
command: |
260260
make manifest-create NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" 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.6
263+
uses: cytopia/shell-command-retry-action@v0.1.9
264264
with:
265265
command: |
266266
make manifest-push NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" TAG=${{ steps.tag.outputs.docker-tag }}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ jobs:
159159
# Build
160160
# ------------------------------------------------------------
161161
- name: Pull Base
162-
uses: cytopia/shell-command-retry-action@v0.1.6
162+
uses: cytopia/shell-command-retry-action@v0.1.9
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.6
168+
uses: cytopia/shell-command-retry-action@v0.1.9
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.6
179+
uses: cytopia/shell-command-retry-action@v0.1.9
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.6
195+
uses: cytopia/shell-command-retry-action@v0.1.9
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 }}
@@ -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.6
257+
uses: cytopia/shell-command-retry-action@v0.1.9
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.6
263+
uses: cytopia/shell-command-retry-action@v0.1.9
264264
with:
265265
command: |
266266
make manifest-push NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}

.github/workflows/lint-generic.yml

Lines changed: 4 additions & 4 deletions
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.6
22+
uses: cytopia/shell-command-retry-action@v0.1.9
2323
with:
2424
command: |
2525
make lint-files
2626
2727
- name: Lint Yaml
28-
uses: cytopia/shell-command-retry-action@v0.1.6
28+
uses: cytopia/shell-command-retry-action@v0.1.9
2929
with:
3030
command: |
3131
make lint-yaml
3232
3333
- name: Lint JSON
34-
uses: cytopia/shell-command-retry-action@v0.1.6
34+
uses: cytopia/shell-command-retry-action@v0.1.9
3535
with:
3636
command: |
3737
make lint-json
3838
3939
- name: Lint Bash
40-
uses: cytopia/shell-command-retry-action@v0.1.6
40+
uses: cytopia/shell-command-retry-action@v0.1.9
4141
with:
4242
command: |
4343
make lint-bash

0 commit comments

Comments
 (0)