From 1c15b54316fe003924ec2873b1799ad835282451 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:04:13 +0200 Subject: [PATCH] build: align var name with examples Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/build/ci/github-actions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/ci/github-actions/_index.md b/content/manuals/build/ci/github-actions/_index.md index 98be726ddd..e78d0754e8 100644 --- a/content/manuals/build/ci/github-actions/_index.md +++ b/content/manuals/build/ci/github-actions/_index.md @@ -66,7 +66,7 @@ Create a GitHub repository and configure the Docker Hub credentials. 2. Open the repository **Settings**, and go to **Secrets and variables** > **Actions**. -3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value. +3. Create a new **Repository variable** named `DOCKERHUB_USERNAME` and your Docker ID as value. 4. Create a new [Personal Access Token (PAT)](/security/for-developers/access-tokens/#create-an-access-token)