We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4bc06 commit 88896c2Copy full SHA for 88896c2
1 file changed
.drone/drone.yml
@@ -9,11 +9,16 @@ platform:
9
steps:
10
- name: test
11
commands:
12
+ - mkdir -p $HOMEPATH/.docker; echo $IMAGE_PULL_SECRETS > $HOMEPATH/.docker/config.json
13
- make bootstrap test
14
environment:
15
VERSION: ${DRONE_TAG:-latest}-linux-amd64
- DEV_REGISTRY: ${DEV_REGISTRY:-docker.io}
16
- DRYCC_REGISTRY: ${DRYCC_REGISTRY:-docker.io}
+ DEV_REGISTRY:
17
+ from_secret: dev_registry
18
+ DRYCC_REGISTRY:
19
+ from_secret: drycc_registry
20
+ IMAGE_PULL_SECRETS:
21
+ from_secret: container_pull_secrets
22
when:
23
event:
24
- push
0 commit comments