no cache
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
1b2db4b46d
commit
f1649f55f7
|
@ -30,6 +30,7 @@ steps:
|
|||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
no_cache: true
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
|
@ -48,6 +49,7 @@ steps:
|
|||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
no_cache: true
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
|
@ -66,6 +68,7 @@ steps:
|
|||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
no_cache: true
|
||||
volumes:
|
||||
- name: host_docker_sock
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in New Issue