Skip to content

Commit 123f795

Browse files
Added missing article on multiple pages (#22098)
## Description In this PR I added an article that was missing from several similar pages. ## Reviews - [ ] Technical review - [x] Editorial review - [ ] Product review
1 parent a0b3a20 commit 123f795

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

content/guides/bun/configure-ci-cd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
2929
2. Open the repository **Settings**, and go to **Secrets and variables** >
3030
**Actions**.
3131

32-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
32+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3333

3434
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.
3535

@@ -69,12 +69,12 @@ to Docker Hub.
6969

7070
```yaml
7171
name: ci
72-
72+
7373
on:
7474
push:
7575
branches:
7676
- main
77-
77+
7878
jobs:
7979
build:
8080
runs-on: ubuntu-latest

content/guides/cpp/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

content/guides/deno/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
2929
2. Open the repository **Settings**, and go to **Secrets and variables** >
3030
**Actions**.
3131

32-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
32+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3333

3434
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.
3535

content/guides/dotnet/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

content/guides/golang/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

content/guides/java/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

content/guides/nodejs/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

content/guides/php/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

content/guides/python/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

content/guides/r/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3030
2. Open the repository **Settings**, and go to **Secrets and variables** >
3131
**Actions**.
3232

33-
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as value.
33+
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

3535
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.
3636

0 commit comments

Comments
 (0)