This commit is contained in:
parent
8758d46621
commit
254b916aa6
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ services:
|
||||||
command: ["dockerd", "--experimental"]
|
command: ["dockerd", "--experimental"]
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
path: /var/run/docker.sock
|
path: /var/run
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
|
|
@ -38,7 +38,7 @@ steps:
|
||||||
- 'docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 --output=type=image,push=true --progress tty --build-arg TAG="br-1.5.2" -t $REGISTRY_HOST/$IMAGE:latest .'
|
- 'docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 --output=type=image,push=true --progress tty --build-arg TAG="br-1.5.2" -t $REGISTRY_HOST/$IMAGE:latest .'
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
path: /var/run/docker.sock
|
path: /var/run
|
||||||
environment:
|
environment:
|
||||||
IMAGE: protonmail-bridge
|
IMAGE: protonmail-bridge
|
||||||
REGISTRY_HOST: registry.thegibsonhome.net
|
REGISTRY_HOST: registry.thegibsonhome.net
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue