Add --load flag
This commit is contained in:
parent
155467bbbf
commit
6302190494
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -8,8 +8,8 @@ help:
|
|||
build:
|
||||
docker buildx rm actions-docker || true
|
||||
docker buildx create --name actions-docker --bootstrap --use
|
||||
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 build --load --platform ${PLATFORMS} -t git.staropensource.de/staropensource/actions-docker:latest -f Dockerfile .
|
||||
docker buildx build --load --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
|
||||
|
|
Loading…
Reference in a new issue