From cc71a1af3980b6f41b555130d5106097f31ab7ba Mon Sep 17 00:00:00 2001 From: Philip Theus Date: Wed, 8 Jan 2025 12:59:43 +0100 Subject: [PATCH] fix the digital ocean registry example It didn't work as shown. --- lib/kamal/configuration/docs/registry.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/kamal/configuration/docs/registry.yml b/lib/kamal/configuration/docs/registry.yml index 4411fd4d..9e0a9fec 100644 --- a/lib/kamal/configuration/docs/registry.yml +++ b/lib/kamal/configuration/docs/registry.yml @@ -9,11 +9,10 @@ # A reference to a secret (in this case, `DOCKER_REGISTRY_TOKEN`) will look up the secret # in the local environment: registry: - server: registry.digitalocean.com - username: - - DOCKER_REGISTRY_TOKEN + server: registry.digitalocean.com/ + username: password: - - DOCKER_REGISTRY_TOKEN + - DIGITALOCEAN_PERSONAL_ACCESS_TOKEN # Using AWS ECR as the container registry #