+4
-1
@@ -25,6 +25,9 @@ steps:
|
||||
- name: "mirror"
|
||||
image: "docker:20.10.17-dind"
|
||||
pull: if-not-exists
|
||||
environment:
|
||||
REGISTRY_SECRET:
|
||||
from_secret: drone_secret
|
||||
commands:
|
||||
- apk add --no-cache bash
|
||||
- ./mirror.sh drone ${drone_secret}
|
||||
- ./mirror.sh drone ${REGISTRY_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user