Skip to content

Commit

Permalink
Merge pull request #652 from morucci/gca-seccomp
Browse files Browse the repository at this point in the history
GHA: publish-builder - attempt to prevent seccomp policy issue
  • Loading branch information
morucci authored Oct 12, 2021
2 parents f0c4ea9 + bddc625 commit 72dbd4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ jobs:
if: github.repository_owner == 'change-metrics'
runs-on: ubuntu-latest
steps:
# See https://github.com/actions/virtual-environments/issues/3812 for more information
- name: Download Docker with patched seccomp
run: |
sudo systemctl stop docker containerd
sudo apt-get remove --autoremove -y moby-engine moby-cli moby-buildx moby-containerd moby-runc
sudo add-apt-repository -y ppa:pascallj/docker.io-clone3
sudo apt-get install -y docker.io
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 72dbd4f

Please sign in to comment.