Skip to content

Commit

Permalink
Publish on ggrossetie namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Sep 3, 2022
1 parent 41fadcb commit 2c5429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ publishDocker:
ifndef RELEASE_VERSION
$(error RELEASE_VERSION is undefined)
endif
docker buildx build --push --platform linux/amd64,linux/arm64 --tag asciidoctor-web-pdf:latest --tag asciidoctor-web-pdf:${RELEASE_VERSION} .
docker buildx build --push --platform linux/amd64,linux/arm64 --tag ggrossetie/asciidoctor-web-pdf:latest --tag ggrossetie/asciidoctor-web-pdf:${RELEASE_VERSION} .

0 comments on commit 2c5429e

Please sign in to comment.