add image pull secret and use private registry
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3dd4ae76f6
commit
88a20b1a0b
@ -15,13 +15,18 @@ environment:
|
|||||||
- CF_ACCOUNTID:
|
- CF_ACCOUNTID:
|
||||||
from_secret: CF_ACCOUNTID
|
from_secret: CF_ACCOUNTID
|
||||||
|
|
||||||
|
image_pull_secrets:
|
||||||
|
- IMAGE_PULL_SECRET
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Validate configuration and check changes
|
- name: Validate configuration and check changes
|
||||||
image: stackexchange/dnscontrol
|
image: registry.kmlabz.com/stargate-cluster/dnscontrol-docker
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- dnscontrol preview
|
- dnscontrol preview
|
||||||
|
|
||||||
- name: Push new configuration to providers
|
- name: Push new configuration to providers
|
||||||
image: stackexchange/dnscontrol
|
image: registry.kmlabz.com/stargate-cluster/dnscontrol-docker
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- dnscontrol push
|
- dnscontrol push
|
Loading…
Reference in New Issue
Block a user