registry.digitalocean.com failing #572
-
Hey all, I'm currently trying to setup Kamal with DigitalOcean and DigitalOcean container registry. Here is the error I'm receiving:
Here is what I have in
Is it possible to add |
Beta Was this translation helpful? Give feedback.
Answered by
nickhammond
Dec 28, 2023
Replies: 1 comment
-
@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 registry:
server: registry.digitalocean.com
username:
- KAMAL_REGISTRY_PASSWORD
password:
- KAMAL_REGISTRY_PASSWORD |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dhh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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.