Skip to content

Commit

Permalink
Merge pull request #25 from devilbox/release-0.1.36
Browse files Browse the repository at this point in the history
Fix docker push in mutistage pipeline
  • Loading branch information
cytopia authored Mar 31, 2022
2 parents 0849f72 + fdc55b1 commit 12cc462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ jobs:
uses: cytopia/[email protected]
with:
command: |
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 }}
if: ${{ inputs.can_deploy }}

0 comments on commit 12cc462

Please sign in to comment.