fix: rename local-registry-password to registry-password
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-08-13 12:02:01 +01:00
parent 2be7f6b7ba
commit 2e09f39cdc
3 changed files with 5 additions and 5 deletions

View File

@ -115,7 +115,7 @@ local util = import 'lib/util.libsonnet';
} */ } */
compose([ compose([
environment.envSet('local-docker-registry'), environment.envSet('local-docker-registry'),
environment.envSet('local-registry-password'), environment.envSet('registry-password'),
environment.envSet('ca-crt'), environment.envSet('ca-crt'),
environment.envSet('ca-key'), environment.envSet('ca-key'),
])( ])(

View File

@ -101,7 +101,7 @@ steps:
- drone_repo_name - drone_repo_name
- drone_repo_namespace - drone_repo_namespace
- local_docker_registry - local_docker_registry
- local_registry_password - registry_password
- ca_crt - ca_crt
- ca_key - ca_key
host: host:
@ -128,8 +128,8 @@ steps:
from_secret: ca-key from_secret: ca-key
LOCAL_DOCKER_REGISTRY: LOCAL_DOCKER_REGISTRY:
from_secret: local-docker-registry from_secret: local-docker-registry
LOCAL_REGISTRY_PASSWORD: REGISTRY_PASSWORD:
from_secret: local-registry-password from_secret: registry-password
services: services:
- name: docker - name: docker

View File

@ -1,5 +1,5 @@
[ [
'ssh-key', 'ssh-key',
'local-registry-password', 'registry-password',
'ca-key', 'ca-key',
] ]