Skip to content

Commit

Permalink
[no ci] Workaround buildah=1.20 config issue on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Apr 9, 2021
1 parent 98632e5 commit ad07203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-glibc-busybox-bash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: Build & Push
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
env:
# The base image is not intended to change often and should be used with
# version tags or checksum IDs, but not via "latest".
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-glibc-debian-bash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: Build & Push
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
env:
# The base image is not intended to change often and should be used with
# version tags or checksum IDs, but not via "latest".
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: Build & Push
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
env:
IMAGE_VERSION: '1.2.0'
VERSION: '4.9.2'
Expand Down

0 comments on commit ad07203

Please sign in to comment.