From bf9406843239fecc826ec8f8b5698177f03aebd2 Mon Sep 17 00:00:00 2001 From: Oleks Date: Sun, 15 Mar 2026 11:38:55 +0200 Subject: [PATCH] use nix-ci:latest instead of nixos/nix:latest --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b1aa1b3..f1d8d27 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,7 +16,7 @@ when: # Build packages for each architecture in parallel steps: - name: build-x86_64-linux - image: nixos/nix:latest + image: git.oleks.space/oleks/nix-ci:latest depends_on: [] environment: ATTIC_TOKEN: @@ -32,7 +32,7 @@ steps: - sh ci/build.sh x86_64-linux - name: build-aarch64-linux - image: nixos/nix:latest + image: git.oleks.space/oleks/nix-ci:latest depends_on: [] environment: ATTIC_TOKEN: @@ -48,7 +48,7 @@ steps: - sh ci/build.sh aarch64-linux - name: build-s390x-linux - image: nixos/nix:latest + image: git.oleks.space/oleks/nix-ci:latest depends_on: [] environment: ATTIC_TOKEN: