CI: do not upload squashfs images to the binary cache
This commit is contained in:
parent
71eaf5ef32
commit
428c7fe493
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: t2linux
|
name: t2linux
|
||||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||||
pushFilter: "x86_64-linux.iso$"
|
pushFilter: "(squashfs.img$|x86_64-linux.iso$)"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
|
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue