Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Downgrade to ubuntu 18.04 to fix buildah jobs
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 22, 2021
1 parent ac8bae8 commit 754f4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build-fedora:
name: Build Fedora image
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
Expand All @@ -19,7 +19,7 @@ jobs:
build-centos:
name: Build CentOS image
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
Expand All @@ -30,4 +30,4 @@ jobs:
image: selinuxd-centos
tags: latest ${{ github.sha }}
dockerfiles: |
./images/Dockerfile.centos
./images/Dockerfile.centos
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
e2e-image:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: make fedora-image
Expand Down

0 comments on commit 754f4e5

Please sign in to comment.