@@ -102,7 +102,7 @@ jobs:
102102 if : ${{ inputs.stage_prev != '' }}
103103
104104 - name : " [Artifact Load] Import previously built image"
105- uses : cytopia/shell-command-retry-action@v0.1.2
105+ uses : cytopia/shell-command-retry-action@v0.1.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/shell-command-retry-action@v0.1.2
116+ uses : cytopia/shell-command-retry-action@v0.1.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/shell-command-retry-action@v0.1.2
126+ uses : cytopia/shell-command-retry-action@v0.1.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/shell-command-retry-action@v0.1.2
141+ uses : cytopia/shell-command-retry-action@v0.1.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 }}
0 commit comments