Skip to content

Commit fdc55b1

Browse files
committed
Fix docker push in mutistage pipeline
1 parent 0849f72 commit fdc55b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)