This commit is contained in:
parent
62ff5ed1fc
commit
1d31d28cf1
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue