This commit is contained in:
parent
119e928cc1
commit
ae4d04bc3d
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ jobs:
|
|||
- name: Push Pim's blog to Nix cache
|
||||
run: /bin/attic push home blog-pim
|
||||
- name: Push Pim's blog to container registry
|
||||
run: |
|
||||
nix run --extra-experimental-features nix-command --extra-experimental-features flakes ./checkout#packages.x86_64-linux.release ./checkout#packages.x86_64-linux.blog-pim blog-pim
|
||||
run: nix --extra-experimental-features "nix-command flakes" run ./checkout#packages.x86_64-linux.release ./checkout#packages.x86_64-linux.blog-pim blog-pim
|
||||
- name: Build forgejo-nix-action
|
||||
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes --no-allow-dirty --out-link forgejo-nix-action ./checkout#packages.x86_64-linux.forgejo-nix-action
|
||||
- name: Push forgjeo-nix-action to Nix cache
|
||||
|
|
Reference in a new issue