Skip to content

Commit 61c100f

Browse files
committed
Wording adjustments for workflows
1 parent d8ea841 commit 61c100f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
# https://github.com/docker/setup-buildx-action
2323
- name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v1
25-
- name: Build action image
25+
- name: Build docker image
2626
run: make docker-build
2727
env:
2828
DOCKER_BUILDKIT: 1
2929
PLATFORM: "${{ matrix.platform }}"
30-
- name: Build action image
30+
- name: Build docker image
3131
run: make test
3232
env:
3333
DOCKER_BUILDKIT: 1

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@v1
3939

40-
- name: Build action image
40+
- name: Build docker image
4141
run: make docker-build
4242
env:
4343
DOCKER_BUILDKIT: 1
4444

45-
- name: Build action image
45+
- name: Build docker image
4646
run: make test
4747
env:
4848
DOCKER_BUILDKIT: 1

0 commit comments

Comments
 (0)