Skip to content

Commit

Permalink
fix build jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Sep 6, 2023
1 parent 5fa1b53 commit 80c670e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
required: false

jobs:
build-push:
build-x64:
name: build-x64
runs-on: ubuntu-latest
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
build-push-arm:
build-arm:
name: build-arm
runs-on: ARM
steps:
Expand Down

0 comments on commit 80c670e

Please sign in to comment.