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 / ...
|
||||
|
||||
# Set credentials with rake credentials:edit
|
||||
username: <%= Rails.application.credentials.registry["username"] %>
|
||||
password: <%= Rails.application.credentials.registry["password"] %>
|
||||
username: my-user
|
||||
password: my-password-should-go-in-credentials
|
||||
|
||||
Reference in New Issue
Block a user