Skip to content

Commit

Permalink
Use older ubuntu image for buildah-based builds
Browse files Browse the repository at this point in the history
This fixes our builds.

Related-to: redhat-actions/buildah-build#45

Signed-off-by: Juan Antonio Osorio Robles <jaosorior@redhat.com>
  • Loading branch information
JAORMX committed Apr 6, 2021
1 parent 0ee3e87 commit 86cd6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: make nix nix-arm64

image:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: redhat-actions/buildah-build@v2
Expand All @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.QUAY_TOKEN }}

ubi-image:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit 86cd6d7

Please sign in to comment.