diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ed4dbf..5572c53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,8 @@ jobs: - uses: actions/checkout@v4 - name: Nix build run: nix build --extra-experimental-features "flakes nix-command" . + - name: Debug + run: echo $PWD - name: Setup skopeo run: curl -o /etc/containers/policy.json --create-dirs https://raw.githubusercontent.com/containers/skopeo/refs/heads/main/default-policy.json - name: Push Image