Don't rely on ERB interpolation that might fail
Error message isn't good
This commit is contained in:
@@ -19,5 +19,5 @@ registry:
|
|||||||
# server: registry.digitalocean.com / ghcr.io / ...
|
# server: registry.digitalocean.com / ghcr.io / ...
|
||||||
|
|
||||||
# Set credentials with rake credentials:edit
|
# Set credentials with rake credentials:edit
|
||||||
username: <%= Rails.application.credentials.registry["username"] %>
|
username: my-user
|
||||||
password: <%= Rails.application.credentials.registry["password"] %>
|
password: my-password-should-go-in-credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user