This commit is contained in:
parent
35fa23fb8e
commit
569f36dcbf
@ -14,7 +14,7 @@ steps:
|
||||
- docker buildx create --use --name crosscomp --buildkitd-flags '--debug'
|
||||
- docker buildx inspect --bootstrap
|
||||
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
|
||||
- docker buildx build --output=type=image,push=true --progress tty -t stargate01/hello-ci .
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t stargate01/hello-ci .
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
|
Loading…
Reference in New Issue
Block a user