fix: allow configured secrets to registry
This commit is contained in:
parent
6902ebf846
commit
cded64c558
|
@ -44,11 +44,7 @@ function(config)
|
|||
images(config).docker {
|
||||
name +: 'pull and save docker images:',
|
||||
environment +: environment
|
||||
.environmentSecrets([
|
||||
'REGISTRY_PASSWORD',
|
||||
'REGISTRY_DOMAIN',
|
||||
'REGISTRY_PORT',
|
||||
]),
|
||||
.environmentSecrets(config.secrets),
|
||||
volumes: [
|
||||
{
|
||||
name: 'dockersock',
|
||||
|
|
Loading…
Reference in New Issue