Skip to content

Commit

Permalink
Merge pull request #9 from leonnicolas/update-build-image
Browse files Browse the repository at this point in the history
Fix build image name
  • Loading branch information
leonnicolas authored May 11, 2023
2 parents e768325 + f5ae1bc commit db080c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Multi Arch Build
jobs:
build:
name: Build Binaries
runs-on: ubuntu-22-04
runs-on: ubuntu-latest
strategy:
matrix:
target:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
push:
name: docker build and push images
needs: build
runs-on: ubuntu-22-04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Multi Arch Build for Alpine
jobs:
build:
name: Build Binaries with musl
runs-on: ubuntu-22-04
runs-on: ubuntu-latest
strategy:
matrix:
target:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
push:
name: docker build and push images
needs: build
runs-on: ubuntu-22-04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit db080c5

Please sign in to comment.