Explain where to set this

This commit is contained in:
David Heinemeier Hansson
2023-01-11 17:35:46 +01:00
parent f61f41ad73
commit 5e214cde3c

View File

@@ -17,5 +17,7 @@ env:
registry:
# Specify the registry server, if you're not using Docker Hub
# server: registry.digitalocean.com / ghcr.io / ...
# Set credentials with rake credentials:edit
username: <%= Rails.application.credentials.registry["username"] %>
password: <%= Rails.application.credentials.registry["password"] %>