Skip to content

Commit 8457eb0

Browse files
committed
fix: ghcr release workflow had missing arg
1 parent 9124cad commit 8457eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release-workflow/docker-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ push() {
1313
push_ghcr() {
1414
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm \
1515
--output=type=image,push=true \
16-
-t ghcr.io/${DOCKER_IMAGE_ORG_AND_NAME}:$1
16+
-t ghcr.io/${DOCKER_IMAGE_ORG_AND_NAME}:$1 .
1717
}
1818

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

0 commit comments

Comments
 (0)