From eaad8eb3e236c0aeb3d14a0d2925f8882ae22431 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Mon, 12 Aug 2024 10:26:26 +0200 Subject: [PATCH] add note about using dockerhub --- deployment/kamal.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/kamal.md b/deployment/kamal.md index 3114f6e..e87ae49 100644 --- a/deployment/kamal.md +++ b/deployment/kamal.md @@ -477,12 +477,12 @@ for this feature to understand the implications of it being included. ### Deploy with GitHub Actions -Your repository also includes a GitHub Actions workflow that can be used to deploy your app to Kamal -(look for it in `.github/workflows/kamal_deploy.yml`). To configure the workflow you will set some secrets -in your repository settings. +As of version 2024.8, your repository also includes a GitHub Actions workflow that can be used to deploy your app to Kamal +(look for it in `.github/workflows/kamal_deploy.yml`). This is configured to use Docker Hub as the registry. If you are +not using Docker Hub you will need to update the action. -In your repositories settings page, go to the "Secrets and variables -> Actions" section and add the following - secrets: +To configure the workflow you will set some secrets in your repository settings. In your repositories settings page, +go to the "Secrets and variables -> Actions" section and add the following secrets to the "Repository Secrets" section: - `DOCKER_REGISTRY_USERNAME` - Your Docker Hub username.