ci: remove magic nix cache

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-09-18 14:49:16 +02:00
parent 2c326f83bd
commit 9bce6edfaa
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -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