This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user