Skip to content

Commit

Permalink
CI: remove the workaround of a buildah action bug (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight committed Aug 13, 2021
1 parent 5a3023b commit 0562e07
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ 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 All @@ -34,7 +27,7 @@ jobs:
- name: Push image to docker.io
id: push-to-dockerhub
uses: redhat-actions/push-to-registry@v2.1.1
uses: redhat-actions/push-to-registry@v2.1
with:
registry: docker.io/parity
image: substrate-api-sidecar
Expand Down

0 comments on commit 0562e07

Please sign in to comment.