Skip to content

Commit 5c7d1fd

Browse files
committed
Fix workflows wording
1 parent 42367ad commit 5c7d1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
DOCKER_BUILDKIT: 1
2929
PLATFORM: "${{ matrix.platform }}"
30-
- name: Build docker image
30+
- name: Test docker image
3131
run: make test
3232
env:
3333
DOCKER_BUILDKIT: 1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
DOCKER_BUILDKIT: 1
4444

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

0 commit comments

Comments
 (0)