Skip to content

Commit

Permalink
fix: ghcr release workflow had missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 26, 2024
1 parent 9124cad commit 8457eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release-workflow/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}:$1
-t ghcr.io/${DOCKER_IMAGE_ORG_AND_NAME}:$1 .
}

if [ -n "${MAJOR_TAG:-}" ]; then
Expand Down

0 comments on commit 8457eb0

Please sign in to comment.