fix: use escaped NIKS3_REPO_NAME for pin name
All checks were successful
/ build (push) Successful in 40s
All checks were successful
/ build (push) Successful in 40s
This commit is contained in:
parent
ab5b8f7a92
commit
74cee1e1e3
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ jobs:
|
|||
- name: Nix build
|
||||
run: |
|
||||
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
|
||||
niks3 push --pin "$FORGEJO_REPOSITORY-container" $(readlink result)
|
||||
niks3 push --pin "$NIKS3_REPO_NAME.container" $(readlink result)
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue