From a0582c1bdfe0a9475238083cd44f6f732592e867 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jan 2023 17:46:00 +0100 Subject: [PATCH] Explain registry --- lib/tasks/mrsk/templates/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/mrsk/templates/deploy.yml b/lib/tasks/mrsk/templates/deploy.yml index d1ea5ec2..7fcf7c26 100644 --- a/lib/tasks/mrsk/templates/deploy.yml +++ b/lib/tasks/mrsk/templates/deploy.yml @@ -14,6 +14,7 @@ env: # Remember never to put passwords or tokens directly into this file, use encrypted credentials # REDIS_URL: redis://x/y +# Where your images will be hosted registry: # Specify the registry server, if you're not using Docker Hub # server: registry.digitalocean.com / ghcr.io / ...