mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
ci: remove magic nix cache
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
2c326f83bd
commit
9bce6edfaa
1 changed files with 0 additions and 6 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
@ -29,8 +29,6 @@ jobs:
|
||||||
endpoint: https://attic.teepot.org/
|
endpoint: https://attic.teepot.org/
|
||||||
cache: tee-pot
|
cache: tee-pot
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- name: Enable magic Nix cache
|
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
|
|
||||||
- run: nix flake check -L --show-trace --keep-going
|
- run: nix flake check -L --show-trace --keep-going
|
||||||
|
|
||||||
|
@ -52,8 +50,6 @@ jobs:
|
||||||
endpoint: https://attic.teepot.org/
|
endpoint: https://attic.teepot.org/
|
||||||
cache: tee-pot
|
cache: tee-pot
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- name: Enable magic Nix cache
|
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
|
|
||||||
- name: nix build
|
- name: nix build
|
||||||
run: nix run github:nixos/nixpkgs/nixos-23.11#nixci
|
run: nix run github:nixos/nixpkgs/nixos-23.11#nixci
|
||||||
|
@ -92,8 +88,6 @@ jobs:
|
||||||
endpoint: https://attic.teepot.org/
|
endpoint: https://attic.teepot.org/
|
||||||
cache: tee-pot
|
cache: tee-pot
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- name: Enable magic Nix cache
|
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue