diff --git a/script/release-workflow/docker-push.sh b/script/release-workflow/docker-push.sh index 1c8690d..e3db0b2 100755 --- a/script/release-workflow/docker-push.sh +++ b/script/release-workflow/docker-push.sh @@ -13,7 +13,7 @@ push() { push_ghcr() { docker buildx build --platform=linux/amd64,linux/arm64,linux/arm \ --output=type=image,push=true \ - -t ghcr.io/${DOCKER_IMAGE_ORG_AND_NAME/pactfoundation/pact-foundation}:$1 . + -t ghcr.io/${DOCKER_IMAGE_ORG_AND_NAME/pactfoundation/pact-foundation}:$1 . } if [ -n "${MAJOR_TAG:-}" ]; then