Skip to content

Commit 8d14aa6

Browse files
committed
live: cache full ISO
1 parent bad1d1b commit 8d14aa6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/on_iso.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,14 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Build toplevel ❄️
19+
- name: Build ISO 💿
2020
uses: nzbr/actions/nix-build@main
2121
with:
22-
expression: .#nixosConfigurations.live.config.system.build.toplevel
22+
expression: .#nixosConfigurations.live.config.system.build.isoImage
2323
cache: true
2424
cache-tag: live-iso
2525
secret-key: ${{ secrets.SECRET_DECRYPTION_KEY }}
2626

27-
- name: Build ISO 💿
28-
uses: nzbr/actions/nix-build@main
29-
with:
30-
expression: .#nixosConfigurations.live.config.system.build.isoImage
31-
3227
- name: Upload ISO 📤
3328
uses: actions/upload-artifact@v4
3429
with:

0 commit comments

Comments
 (0)