Skip to content

Commit

Permalink
3x8 workaround buildah gha bug (#506)
Browse files Browse the repository at this point in the history
* CI: workaround buildah GHA bug

* CI: comment
  • Loading branch information
TriplEight committed Apr 6, 2021
1 parent 07169e6 commit 6294925
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:

- uses: actions/checkout@v2

- name: Workaround rootless build
# temporary workaround for https://github.com/redhat-actions/buildah-build/issues/45
run: |
sudo apt-get install fuse-overlayfs
mkdir -vp ~/.config/containers
printf "[storage.options]\nmount_program=\"/usr/bin/fuse-overlayfs\"" > ~/.config/containers/storage.conf
- name: Build Image
uses: redhat-actions/buildah-build@v2.2
with:
Expand Down

0 comments on commit 6294925

Please sign in to comment.