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