new repo test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Christoph Honal 2020-02-19 00:10:14 +01:00
parent adfce1f4f9
commit b17fb84057
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ steps:
- docker buildx inspect --bootstrap - docker buildx inspect --bootstrap
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty
--cache-to=type=registry,ref=registry.chrz.de/cache/hello-ci,mode=max --cache-to=type=registry,ref=registry.chrz.de/cache/hello-ci2,mode=max
--cache-from=type=registry,ref=registry.chrz.de/cache/hello-ci --cache-from=type=registry,ref=registry.chrz.de/cache/hello-ci2
-t registry.chrz.de/public/hello-ci . -t registry.chrz.de/public/hello-ci2 .
- docker buildx rm $BUILDER_ID - docker buildx rm $BUILDER_ID
volumes: volumes:
- name: docker_socket - name: docker_socket