This commit is contained in:
parent
846f57573a
commit
b5b1a6f56d
10
.drone.yml
10
.drone.yml
@ -17,6 +17,9 @@ steps:
|
||||
- name: Harbor AMD64
|
||||
image: plugins/docker # Check Entrypoint
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
settings:
|
||||
username:
|
||||
from_secret: harbor_username
|
||||
@ -27,4 +30,9 @@ steps:
|
||||
auto_tag: true
|
||||
build_args:
|
||||
- ARCH=amd64
|
||||
dockerfile: ./Dockerfiles/Dockerfile
|
||||
dockerfile: ./Dockerfiles/Dockerfile
|
||||
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
host:
|
||||
path: /var/run/docker.sock
|
Loading…
Reference in New Issue
Block a user