diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index de01135..0493c49 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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