You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: content/guides/python/configure-github-actions.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ If you didn't create a [GitHub repository](https://github.com/new) for your proj
21
21
2. Under the **Variables** tab, create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
22
22
23
23
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
24
25
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
0 commit comments