mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 12:48:14 -05:00
Update build.sh
This commit is contained in:
parent
ae7dd5a20a
commit
acd108f48c
3
build.sh
3
build.sh
@ -14,4 +14,5 @@ latest_docker_tag=$(curl -s "https://hub.docker.com/v2/repositories/${DOCKER_IMA
|
|||||||
# fi
|
# fi
|
||||||
|
|
||||||
echo "Latest tag for $USER/$REPO matching latest is: $latest_tag"
|
echo "Latest tag for $USER/$REPO matching latest is: $latest_tag"
|
||||||
docker buildx build --platform linux/arm64,linux/amd64 -t myimage:latest --push .
|
docker buildx build --platform linux/arm64,linux/amd64 -t "$DOCKER_IMAGE":latest --push .
|
||||||
|
docker buildx build --platform linux/arm64,linux/amd64 -t "${DOCKER_IMAGE}:${latest_tag}" --push .
|
||||||
|
Loading…
Reference in New Issue
Block a user