diff --git a/Makefile b/Makefile index 68644c9..277b68e 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ help: build: docker buildx rm actions-docker || true docker buildx create --name actions-docker --bootstrap --use - docker buildx build --push --platform ${PLATFORMS} -t git.staropensource.de/staropensource/actions-docker:latest -f Dockerfile . - docker buildx build --push --platform ${PLATFORMS} -t git.staropensource.de/staropensource/actions-docker:java -f Dockerfile.java . + docker buildx build --platform ${PLATFORMS} -t git.staropensource.de/staropensource/actions-docker:latest -f Dockerfile . + docker buildx build --platform ${PLATFORMS} -t git.staropensource.de/staropensource/actions-docker:java -f Dockerfile.java . docker buildx rm actions-docker upload: build docker push git.staropensource.de/staropensource/actions-docker:latest