File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
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
Original file line number Diff line number Diff line change 55
66jobs :
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
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ permissions:
99
1010jobs :
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
You can’t perform that action at this time.
0 commit comments