We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9124cad commit 8457eb0Copy full SHA for 8457eb0
script/release-workflow/docker-push.sh
@@ -13,7 +13,7 @@ push() {
13
push_ghcr() {
14
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm \
15
--output=type=image,push=true \
16
- -t ghcr.io/${DOCKER_IMAGE_ORG_AND_NAME}:$1
+ -t ghcr.io/${DOCKER_IMAGE_ORG_AND_NAME}:$1 .
17
}
18
19
if [ -n "${MAJOR_TAG:-}" ]; then
0 commit comments