Skip to content

Commit b75f9b2

Browse files
committed
Improve step names
1 parent 326a778 commit b75f9b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Verify release ancestry
3030
run: ./tools/verify-release-ancestry.sh "$GITHUB_SHA"
3131

32-
- name: Build .deb
32+
- name: Build Boulder container and .deb
3333
id: build
3434
env:
3535
GO_VERSION: ${{ matrix.GO_VERSION }}

.github/workflows/try-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29-
- name: Build .deb
29+
- name: Build Boulder container and .deb
3030
id: build
3131
env:
3232
GO_VERSION: ${{ matrix.GO_VERSION }}
@@ -46,5 +46,5 @@ jobs:
4646
id: check
4747
run: cat boulder*.checksums.txt
4848

49-
- name: Build ct-test-srv Container
49+
- name: Build ct-test-srv container
5050
run: docker buildx build . --build-arg "GO_VERSION=${{ matrix.GO_VERSION }}" -f test/ct-test-srv/Dockerfile -t "ghcr.io/letsencrypt/ct-test-srv:${{ github.sha }}-go${{ matrix.GO_VERSION }}"

0 commit comments

Comments
 (0)