Skip to content

Commit

Permalink
Merge pull request #1039 from jpopelka/buildah-build-ubuntu
Browse files Browse the repository at this point in the history
Run build-and-push on ubuntu-18.04
  • Loading branch information
jpopelka authored Apr 1, 2021
2 parents 738b589 + f79584b commit 862057b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rebuild-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
build-and-push:
# To not run in forks
if: github.repository_owner == 'packit'
runs-on: ubuntu-latest
# https://github.com/redhat-actions/buildah-build/issues/45
# runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 862057b

Please sign in to comment.