Remove --push flag

This commit is contained in:
JeremyStar™ 2024-08-18 18:04:05 +02:00
parent 9beaa32cdf
commit d47d3b3c7d
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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