Try to fix Nix build error
Some checks failed
/ push (push) Failing after 2m0s

This commit is contained in:
Pim Kunis 2024-04-28 21:29:15 +02:00
parent 62ff5ed1fc
commit 1d31d28cf1

View file

@ -20,11 +20,11 @@ jobs:
run: /bin/attic push home blog-pim run: /bin/attic push home blog-pim
- name: Push Pim's blog to container registry - name: Push Pim's blog to container registry
run: /bin/skopeo --insecure-policy copy docker-archive:./blog-pim docker://git.kun.is/home/forgejo-nix-action:latest run: /bin/skopeo --insecure-policy copy docker-archive:./blog-pim docker://git.kun.is/home/forgejo-nix-action:latest
- name: Build forgejo-nix-action
run: nix build --no-allow-dirty --out-link forgejo-nix-action ./checkout#packages.x86_64-linux.forgejo-nix-action
- name: Push forgjeo-nix-action to Nix cache
run: /bin/attic push home forgejo-nix-action
- name: Build Atticd - name: Build Atticd
run: nix build --no-allow-dirty --out-link atticd ./checkout#packages.x86_64-linux.atticd run: nix build --out-link atticd ./checkout#packages.x86_64-linux.atticd
- name: Push atticd to Nix cache - name: Push atticd to Nix cache
run: /bin/attic push home atticd run: /bin/attic push home atticd
- name: Build forgejo-nix-action
run: nix build --out-link forgejo-nix-action ./checkout#packages.x86_64-linux.forgejo-nix-action
- name: Push forgjeo-nix-action to Nix cache
run: /bin/attic push home forgejo-nix-action