Explain where to set this
This commit is contained in:
@@ -17,5 +17,7 @@ env:
|
|||||||
registry:
|
registry:
|
||||||
# Specify the registry server, if you're not using Docker Hub
|
# Specify the registry server, if you're not using Docker Hub
|
||||||
# server: registry.digitalocean.com / ghcr.io / ...
|
# server: registry.digitalocean.com / ghcr.io / ...
|
||||||
|
|
||||||
|
# Set credentials with rake credentials:edit
|
||||||
username: <%= Rails.application.credentials.registry["username"] %>
|
username: <%= Rails.application.credentials.registry["username"] %>
|
||||||
password: <%= Rails.application.credentials.registry["password"] %>
|
password: <%= Rails.application.credentials.registry["password"] %>
|
||||||
|
|||||||
Reference in New Issue
Block a user