mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-22 05:54:42 -04:00
ci: enable nix binary cache
This commit is contained in:
parent
b66fa5aaab
commit
627a4b6cbb
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-os-image.yml
vendored
7
.github/workflows/build-os-image.yml
vendored
|
@ -159,7 +159,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.ref || github.head_ref }}
|
ref: ${{ inputs.ref || github.head_ref }}
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v22
|
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
|
||||||
|
|
||||||
|
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
|
||||||
|
with:
|
||||||
|
name: katexochen
|
||||||
|
extraPullNames: nix-community
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue