Skip to content

Commit

Permalink
Adds --push command to buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmelyun committed Mar 28, 2023
1 parent 0434b94 commit 94ef8eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ jobs:
REPOSITORY: aschmelyun/subvert
IMAGE_TAG: latest
run: |
docker buildx build --platform linux/amd64,linux/arm64 -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG .
docker push $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG
docker buildx build --platform linux/amd64,linux/arm64 -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG --push .

0 comments on commit 94ef8eb

Please sign in to comment.