Skip to content

Commit

Permalink
Improve job names of build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
papauorg committed Nov 28, 2021
1 parent 603764c commit 57be4fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build Docker Image'
name: 'Build CraftBeerPi4'

on:
push:
Expand All @@ -14,7 +14,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
name: Builds the source distribution package for CraftBeerPi
name: Builds the source distribution package
steps:
- name: Checkout source
uses: actions/checkout@v2
Expand Down Expand Up @@ -42,6 +42,7 @@ jobs:

docker:
runs-on: ubuntu-latest
name: Builds the docker image(s)
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 57be4fe

Please sign in to comment.