Skip to content

Commit fd401ba

Browse files
committed
Fix typo
1 parent 79ae2b5 commit fd401ba

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/build-docker-image-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
build:
12-
name: Build Docker image ci
12+
name: Build ci Docker image
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5

.github/workflows/build-docker-image-parallel-processes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
name: Build Docker image parallel-processes
8+
name: Build parallel-processes Docker images
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5

.github/workflows/build-docker-image-release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ permissions:
99

1010
jobs:
1111
build:
12-
name: Build Docker image ci
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v5
12+
name: Build release Docker image
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v5
1616

17-
-
18-
name: Log in to GitHub Container Registry
19-
uses: docker/login-action@v3
20-
with:
21-
registry: ghcr.io
22-
username: ${{ github.actor }}
23-
password: ${{ secrets.GITHUB_TOKEN }}
17+
-
18+
name: Log in to GitHub Container Registry
19+
uses: docker/login-action@v3
20+
with:
21+
registry: ghcr.io
22+
username: ${{ github.actor }}
23+
password: ${{ secrets.GITHUB_TOKEN }}
2424

25-
- run: bin/release/docker --push
25+
- run: bin/release/docker --push

0 commit comments

Comments
 (0)