Skip to content

Commit

Permalink
Merge pull request #174 from YOU54F/fix/ghcr_rel_workflow
Browse files Browse the repository at this point in the history
fix: ghcr release workflow had missing arg
  • Loading branch information
YOU54F authored Feb 26, 2024
2 parents 296c817 + 8457eb0 commit 6c8bf19
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 6c8bf19

Please sign in to comment.