Skip to content

Commit

Permalink
Improve docker workflow naming (#1405)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Sundell <[email protected]>
  • Loading branch information
mathbunnyru and consideRatio authored Jul 16, 2021
1 parent 32d1dae commit c5e8909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Docker Images
name: Build, test, and publish Docker Images

on:
pull_request:
Expand All @@ -22,8 +22,8 @@ on:
- ".pre-commit-config.yaml"

jobs:
build-images:
name: Build Docker Images
build-test-publish-images:
name: Build, test, and publish Docker Images
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit c5e8909

Please sign in to comment.