Skip to content

Commit 3a0b9a6

Browse files
committed
More job/step name improvements
1 parent 1851049 commit 3a0b9a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: echo "::set-output name=dtag::$(date +%Y%m%d-%H%M)"
2121

2222
base-image-build:
23+
name: compute-entrypoint:${{ matrix.repo }} image build
2324
runs-on: ubuntu-latest
2425
if: startsWith(github.repository, 'opensciencegrid/')
2526
strategy:
@@ -47,7 +48,7 @@ jobs:
4748
- name: Set up Docker Buildx
4849
uses: docker/setup-buildx-action@v1
4950

50-
- name: Build and push Docker images
51+
- name: Build Docker image
5152
uses: docker/[email protected]
5253
with:
5354
build-args: BASE_YUM_REPO=${{ matrix.repo }}
@@ -56,6 +57,7 @@ jobs:
5657
cache-to: type=local,dest=/tmp/.buildx-cache
5758

5859
child-image-builds:
60+
name: ${{ matrix.image }}:${{ matrix.repo }} image build
5961
runs-on: ubuntu-latest
6062
needs: [make-date-tag, base-image-build]
6163
if: startsWith(github.repository, 'opensciencegrid/')
@@ -94,7 +96,7 @@ jobs:
9496
username: ${{ secrets.DOCKER_USERNAME }}
9597
password: ${{ secrets.DOCKER_PASSWORD }}
9698

97-
- name: Build and push Docker images
99+
- name: Build and push Docker image
98100
uses: docker/[email protected]
99101
with:
100102
push: True

0 commit comments

Comments
 (0)