Skip to content

registry.digitalocean.com failing #572

Answered by nickhammond
benbagley asked this question in Q&A
Discussion options

You must be logged in to vote

@benbagley The structure for your credentials is just slightly off, adjust to this and it should start working. Right now you're passing in as the actual string KAMAL_REGISTRY_PASSWORD but you want it to load from your secrets in .env.

registry:
  server: registry.digitalocean.com
  username: 
    - KAMAL_REGISTRY_PASSWORD
  password: 
    - KAMAL_REGISTRY_PASSWORD

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dhh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants