diff --git a/content/guides/bun/configure-ci-cd.md b/content/guides/bun/configure-ci-cd.md index b14e34d39b..4135bd9689 100644 --- a/content/guides/bun/configure-ci-cd.md +++ b/content/guides/bun/configure-ci-cd.md @@ -29,7 +29,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. @@ -69,12 +69,12 @@ to Docker Hub. ```yaml name: ci - + on: push: branches: - main - + jobs: build: runs-on: ubuntu-latest diff --git a/content/guides/cpp/configure-ci-cd.md b/content/guides/cpp/configure-ci-cd.md index 6f0e9de613..f16d54b8b0 100644 --- a/content/guides/cpp/configure-ci-cd.md +++ b/content/guides/cpp/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/deno/configure-ci-cd.md b/content/guides/deno/configure-ci-cd.md index a0e7dc0363..d6d824a70c 100644 --- a/content/guides/deno/configure-ci-cd.md +++ b/content/guides/deno/configure-ci-cd.md @@ -29,7 +29,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/dotnet/configure-ci-cd.md b/content/guides/dotnet/configure-ci-cd.md index 3e667a30f2..ec5f7343bb 100644 --- a/content/guides/dotnet/configure-ci-cd.md +++ b/content/guides/dotnet/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/golang/configure-ci-cd.md b/content/guides/golang/configure-ci-cd.md index 5ef7d63a19..2bfe44c85d 100644 --- a/content/guides/golang/configure-ci-cd.md +++ b/content/guides/golang/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/java/configure-ci-cd.md b/content/guides/java/configure-ci-cd.md index 554a02f067..560c130c10 100644 --- a/content/guides/java/configure-ci-cd.md +++ b/content/guides/java/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/nodejs/configure-ci-cd.md b/content/guides/nodejs/configure-ci-cd.md index b1215aff47..8e8218b813 100644 --- a/content/guides/nodejs/configure-ci-cd.md +++ b/content/guides/nodejs/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/php/configure-ci-cd.md b/content/guides/php/configure-ci-cd.md index ba6319e376..c67e2a1718 100644 --- a/content/guides/php/configure-ci-cd.md +++ b/content/guides/php/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/python/configure-ci-cd.md b/content/guides/python/configure-ci-cd.md index e82d06945d..f45cca1cf4 100644 --- a/content/guides/python/configure-ci-cd.md +++ b/content/guides/python/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/r/configure-ci-cd.md b/content/guides/r/configure-ci-cd.md index 8e2465d271..8c1c4fcc50 100644 --- a/content/guides/r/configure-ci-cd.md +++ b/content/guides/r/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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. diff --git a/content/guides/rust/configure-ci-cd.md b/content/guides/rust/configure-ci-cd.md index 027b0b8dcf..3f7241cb67 100644 --- a/content/guides/rust/configure-ci-cd.md +++ b/content/guides/rust/configure-ci-cd.md @@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your 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 `DOCKER_USERNAME` and your Docker ID as a value. 4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/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.