This commit is contained in:
parent
2d3885fede
commit
d3aee1a6db
1 changed files with 3 additions and 1 deletions
|
|
@ -60,12 +60,14 @@ steps:
|
|||
- |-
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--output=type=image,push=true \
|
||||
--output=type=image,push=false \
|
||||
--progress tty \
|
||||
--build-arg TAG=$DRONE_TAG \
|
||||
-t $REGISTRY_HOST/$IMAGE:$DRONE_TAG \
|
||||
-t $REGISTRY_HOST/$IMAGE:latest \
|
||||
.
|
||||
- docker push $REGISTRY_HOST/$IMAGE:$DRONE_TAG
|
||||
- docker push $REGISTRY_HOST/$IMAGE:latest
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue