Skip to content

Commit 2708d62

Browse files
authored
Update configure-github-actions.md
The user needs to create a DockerHub repository which has the same name as the GitHub repository for example, if my GitHub repository is my-proj so the DockerHub needs to be the same name which is my-proj
1 parent 9e6d2e9 commit 2708d62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/guides/python/configure-github-actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ If you didn't create a [GitHub repository](https://github.com/new) for your proj
2121
2. Under the **Variables** tab, create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
2222

2323
3. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
24+
4. Create DockerHub repository use the **same name** as your GitHub repository
2425

25-
4. Add the PAT as a **Repository secret** in your GitHub repository, with the name
26+
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
2627
`DOCKERHUB_TOKEN`.
2728

2829
## Overview

0 commit comments

Comments
 (0)