fix: use escaped NIKS3_REPO_NAME for pin name
All checks were successful
/ build (push) Successful in 40s

This commit is contained in:
Tamipes 2026-07-13 16:27:10 +02:00
parent ab5b8f7a92
commit 74cee1e1e3

View file

@ -14,9 +14,9 @@ jobs:
- name: Nix build - name: Nix build
run: | run: |
nix build --extra-experimental-features "flakes nix-command" .#deps nix build --extra-experimental-features "flakes nix-command" .#deps
niks3 push --pin "$FORGEJO_REPOSITORY-deps" $(readlink result) niks3 push --pin "$NIKS3_REPO_NAME.deps" $(readlink result)
nix build --extra-experimental-features "flakes nix-command" .#docker-image nix build --extra-experimental-features "flakes nix-command" .#docker-image
niks3 push --pin "$FORGEJO_REPOSITORY-container" $(readlink result) niks3 push --pin "$NIKS3_REPO_NAME.container" $(readlink result)
- 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