This website requires JavaScript.
Explore
Help
Sign In
stack
/
drone
Watch
1
Star
0
Fork
You've already forked drone
0
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
f369c07b17
drone
/
.drone
/
login.sh
1 line
100 B
Bash
Raw
Normal View
History
Unescape
Escape
ci: jsonnet-drone@0.1.0
2020-08-28 20:51:50 +00:00
docker login
${
REGISTRY_DOMAIN
}
:
${
REGISTRY_PORT
}
--username client --password
"
${
REGISTRY_PASSWORD
}
"