We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0849f72 + fdc55b1 commit 12cc462Copy full SHA for 12cc462
.github/workflows/docker-multistage-push-image.yml
@@ -143,5 +143,5 @@ jobs:
143
uses: cytopia/shell-command-retry-action@v0.1.3
144
with:
145
command: |
146
- make push VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} TAG=${{ steps.tag.outputs.docker-tag }}
+ make push VERSION=${{ matrix.version }} STAGE=${{ inputs.stage }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
147
if: ${{ inputs.can_deploy }}
0 commit comments