This commit is contained in:
parent
7f55378a4d
commit
c575b8f86f
1 changed files with 2 additions and 1 deletions
|
|
@ -74,10 +74,11 @@ steps:
|
||||||
- |-
|
- |-
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64,linux/arm64 \
|
--platform linux/amd64,linux/arm64 \
|
||||||
--output type=image,push=true \
|
--output type=docker \
|
||||||
--progress tty \
|
--progress tty \
|
||||||
-t $REGISTRY_HOST/$IMAGE:latest \
|
-t $REGISTRY_HOST/$IMAGE:latest \
|
||||||
.
|
.
|
||||||
|
- docker push $REGISTRY_HOST/$IMAGE:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
path: /var/run
|
path: /var/run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue