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