From 625d3cd266fc32c881ffaa0d28ca0a8c31231996 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 21 Feb 2025 13:15:46 +0100 Subject: [PATCH] cleanup [build image] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d575081b..71f6a249 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ defaults: jobs: test: - name: Build and Test + name: Run Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -74,7 +74,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} build-native-image: - name: Build ${{ matrix.arch }} Image + name: Build and Push ${{ matrix.arch }} Image needs: test if: startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[build image]') strategy: @@ -146,7 +146,7 @@ jobs: echo "digest_${{ matrix.arch }}=${{ steps.push.outputs.digest }}" >> "$GITHUB_OUTPUT" multi-arch-image: - name: Build Multi-Arch Image + name: Build and Push Multi-Arch Image needs: build-native-image runs-on: ubuntu-latest permissions: