Skip to content

Generate and verify trace to debug the "digest did not match" issue #207

Generate and verify trace to debug the "digest did not match" issue

Generate and verify trace to debug the "digest did not match" issue #207

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/[email protected]
- 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'