fix: eval try fix

This commit is contained in:
Tamipes 2026-01-12 18:59:29 +01:00
parent 2115272632
commit b34f6aa6c5

View file

@ -11,10 +11,9 @@ jobs:
- 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: Setup skopeo - name: Setup skopeo
run: | run: curl -o /etc/containers/policy.json --create-dirs https://raw.githubusercontent.com/containers/skopeo/refs/heads/main/default-policy.json
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
run: skopeo copy --dest-password "$UPLOAD_TOKEN" --dest-username "$USERNAME" docker-archive://$(realpath result) docker://git.tami.moe/tamipes/nix run: skopeo copy --dest-password "$UPLOAD_TOKEN" --dest-username "$USERNAME" docker-archive://$(realpath result) docker://git.tami.moe/tamipes/nix
env: env:
USERNAME: tamipes USERNAME: tamipes
UPLOAD_TOKEN: {{ secrets.UPLOAD_TOKEN }} UPLOAD_TOKEN: ${{ secrets.UPLOAD_TOKEN }}