From 57be4fe6218fb66fff3a7da80c10f06d55f3da72 Mon Sep 17 00:00:00 2001 From: Philipp Grathwohl Date: Sun, 28 Nov 2021 13:38:46 +0100 Subject: [PATCH] Improve job names of build pipeline --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05cc22d..0de6dcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: 'Build Docker Image' +name: 'Build CraftBeerPi4' on: push: @@ -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 @@ -42,6 +42,7 @@ jobs: docker: runs-on: ubuntu-latest + name: Builds the docker image(s) steps: - name: Checkout uses: actions/checkout@v2