Skip to content

Commit

Permalink
prepare building of images for DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Feb 27, 2024
1 parent 7063135 commit b70bdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/push-image-to-dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Build-multi-architecture container:"
docker buildx inspect || echo docker buildx create --name container --driver=docker-container

# multi-platform build and push to Dockerhub
time docker buildx build --tag oommf/oommf:latest --platform linux/arm64,linux/amd64 --builder container --push .
time docker buildx build --tag oommf/oommf:latest tag --tag oommf/oommf:21a0 --platform linux/arm64,linux/amd64 --builder container --push .

# TODO add tag "--tag oommf/oommf:20b0-1" once working
# TODO add once working

0 comments on commit b70bdd8

Please sign in to comment.