Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
[build image]
  • Loading branch information
overheadhunter committed Feb 21, 2025
1 parent 9ad4954 commit 625d3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:

jobs:
test:
name: Build and Test
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 625d3cd

Please sign in to comment.