Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. pipeline:
  2. docker:
  3. image: myregistry.tld/drone/plugin-docker
  4. # authentication with the registry that is pulled from
  5. auth_config:
  6. username: octocat
  7. password: password
  8. email: octocat@github.com
  9. # authentication with the registry that is pushed to
  10. registry: myregistry.tld
  11. username: user
  12. password: password
  13. email: em@il.tld
  14. repo: myregistry.tld/repo/name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement