@@ -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.5
128+ uses : cytopia/shell-command-retry-action@v0.1.6
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.5
139+ uses : cytopia/shell-command-retry-action@v0.1.6
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.5
146+ uses : cytopia/shell-command-retry-action@v0.1.6
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.5
156+ uses : cytopia/shell-command-retry-action@v0.1.6
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.5
167+ uses : cytopia/shell-command-retry-action@v0.1.6
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.5
180+ uses : cytopia/shell-command-retry-action@v0.1.6
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 }}
0 commit comments