Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
01b3880b41 test: add debug line to workflow 2026-05-29 16:06:58 +02:00

View file

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