This commit is contained in:
parent
64b5620302
commit
83299a3154
14
.drone.yml
14
.drone.yml
@ -1,10 +1,10 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
# volumes:
|
||||
# - name: docker_socket
|
||||
# host:
|
||||
# path: /var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
@ -25,9 +25,9 @@ steps:
|
||||
- docker buildx inspect --bootstrap
|
||||
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443
|
||||
- docker buildx build --output=type=image,push=true --progress tty -t registry.chrz.de:443/hello-ci:latest-dev .
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
# volumes:
|
||||
# - name: docker_socket
|
||||
# path: /var/run/docker.sock
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user