Skip to content

Update the Skopeo patch hash #220

Update the Skopeo patch hash

Update the Skopeo patch hash #220

Workflow file for this run

name: "Test images with Podman"
on:
pull_request:
push:
branches:
- 'master'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
- run: |
# See https://github.com/containers/podman/issues/5114#issuecomment-779406347
rm -rf ~/.local/share/containers/
nix run -L '.#tests.all'