From 2b9eaa447a1301f84dced1e5db33b1c7c567cd8a Mon Sep 17 00:00:00 2001 From: Stuzanna <66328800+Stuzanna@users.noreply.github.com> Date: Sat, 27 May 2023 14:50:01 +0100 Subject: [PATCH] Update gha-tutorial.md --- _includes/gha-tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/gha-tutorial.md b/_includes/gha-tutorial.md index dfacffae52..452f920d77 100644 --- a/_includes/gha-tutorial.md +++ b/_includes/gha-tutorial.md @@ -18,7 +18,7 @@ Create a GitHub repository and configure the Docker Hub secrets. The repository contains a simple Dockerfile, and nothing else. Feel free to use another repository containing a working Dockerfile if you prefer. -2. Open the repository **Settings**, and go to **Secrets** > **Actions**. +2. Open the repository **Settings**, and go to **Secrets and variables** > **Actions**. 3. Create a new secret named `DOCKERHUB_USERNAME` and your Docker ID as value. @@ -165,7 +165,7 @@ jobs: Save the workflow file and run the job. -1. Select **Start commit** and push the changes to the `main` branch. +1. Select **Commit changes...** and push the changes to the `main` branch. After pushing the commit, the workflow starts automatically.