Remove --push flag
This commit is contained in:
parent
9beaa32cdf
commit
d47d3b3c7d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -8,8 +8,8 @@ help:
|
||||||
build:
|
build:
|
||||||
docker buildx rm actions-docker || true
|
docker buildx rm actions-docker || true
|
||||||
docker buildx create --name actions-docker --bootstrap --use
|
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 --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:java -f Dockerfile.java .
|
||||||
docker buildx rm actions-docker
|
docker buildx rm actions-docker
|
||||||
upload: build
|
upload: build
|
||||||
docker push git.staropensource.de/staropensource/actions-docker:latest
|
docker push git.staropensource.de/staropensource/actions-docker:latest
|
||||||
|
|
Loading…
Reference in a new issue