Skip to content

Commit c5e8909

Browse files
Improve docker workflow naming (#1405)
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
1 parent 32d1dae commit c5e8909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Docker Images
1+
name: Build, test, and publish Docker Images
22

33
on:
44
pull_request:
@@ -22,8 +22,8 @@ on:
2222
- ".pre-commit-config.yaml"
2323

2424
jobs:
25-
build-images:
26-
name: Build Docker Images
25+
build-test-publish-images:
26+
name: Build, test, and publish Docker Images
2727
runs-on: ubuntu-latest
2828
permissions:
2929
contents: write

0 commit comments

Comments
 (0)