Skip to content

Commit 12cc462

Browse files
authored
Merge pull request #25 from devilbox/release-0.1.36
Fix docker push in mutistage pipeline
2 parents 0849f72 + fdc55b1 commit 12cc462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ jobs:
143143
uses: cytopia/shell-command-retry-action@v0.1.3
144144
with:
145145
command: |
146-
make push VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}
146+
make push VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
147147
if: ${{ inputs.can_deploy }}

0 commit comments

Comments
 (0)