Skip to content

Commit 0849f72

Browse files
authored
Merge pull request #21 from devilbox/dependabot/github_actions/cytopia/shell-command-retry-action-0.1.3
Bump cytopia/shell-command-retry-action from 0.1.2 to 0.1.3
2 parents 845e52d + d363b16 commit 0849f72

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
if: ${{ inputs.stage_prev != '' }}
103103

104104
- name: "[Artifact Load] Import previously built image"
105-
uses: cytopia/[email protected].2
105+
uses: cytopia/[email protected].3
106106
with:
107107
command: |
108108
make load INFILE=${{ steps.set-artifact-name.outputs.prev }}
@@ -113,7 +113,7 @@ jobs:
113113
# Build
114114
# ------------------------------------------------------------
115115
- name: Build
116-
uses: cytopia/[email protected].2
116+
uses: cytopia/[email protected].3
117117
with:
118118
command: |
119119
make build VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}
@@ -123,7 +123,7 @@ jobs:
123123
# Test
124124
# ------------------------------------------------------------
125125
- name: Test
126-
uses: cytopia/[email protected].2
126+
uses: cytopia/[email protected].3
127127
with:
128128
command: |
129129
make test VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}
@@ -138,7 +138,7 @@ jobs:
138138
### Export current image
139139
###
140140
- name: "[Artifact Save] Export currently built image"
141-
uses: cytopia/[email protected].2
141+
uses: cytopia/[email protected].3
142142
with:
143143
command: |
144144
make save-verify VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} OUTFILE=${{ steps.set-artifact-name.outputs.curr }} INFILE=${{ steps.set-artifact-name.outputs.curr }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
attempt_delay: 10000
106106

107107
- name: "[Artifact Load] Import previously built image"
108-
uses: cytopia/[email protected].2
108+
uses: cytopia/[email protected].3
109109
with:
110110
command: |
111111
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}
@@ -115,7 +115,7 @@ jobs:
115115
# Re-tag images
116116
# ------------------------------------------------------------
117117
- name: "[Docker Tag] Retag"
118-
uses: cytopia/[email protected].2
118+
uses: cytopia/[email protected].3
119119
with:
120120
command: |
121121
make tag VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -140,7 +140,7 @@ jobs:
140140
# Push images
141141
# ------------------------------------------------------------
142142
- name: Push Image
143-
uses: cytopia/[email protected].2
143+
uses: cytopia/[email protected].3
144144
with:
145145
command: |
146146
make push VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} 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
@@ -104,7 +104,7 @@ jobs:
104104
# Create Manifest
105105
# ------------------------------------------------------------
106106
- name: "[Create Manifest] (${{ steps.manifest.outputs.arches }})"
107-
uses: cytopia/[email protected].2
107+
uses: cytopia/[email protected].3
108108
with:
109109
command: |
110110
make manifest-create VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCHES=${{ steps.manifest.outputs.arches }} TAG=${{ steps.tag.outputs.docker-tag }}
@@ -114,7 +114,7 @@ jobs:
114114
# Deploy Manifest
115115
# ------------------------------------------------------------
116116
- name: "[Push Manifest] ${{ steps.tag.outputs.docker-tag }}"
117-
uses: cytopia/[email protected].2
117+
uses: cytopia/[email protected].3
118118
with:
119119
command: |
120120
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
@@ -87,7 +87,7 @@ jobs:
8787
attempt_delay: 10000
8888

8989
- name: "[Artifact Load] Import previously built image"
90-
uses: cytopia/[email protected].2
90+
uses: cytopia/[email protected].3
9191
with:
9292
command: |
9393
make load INFILE=${{ steps.set-artifact-name.outputs.curr }}
@@ -97,7 +97,7 @@ jobs:
9797
# Test
9898
# ------------------------------------------------------------
9999
- name: Test
100-
uses: cytopia/[email protected].2
100+
uses: cytopia/[email protected].3
101101
with:
102102
command: |
103103
make test VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }}

0 commit comments

Comments
 (0)