From 5614645b230ba1d1b3a401fef380c825a21d460f Mon Sep 17 00:00:00 2001 From: Oleks Date: Sat, 9 May 2026 22:40:32 +0300 Subject: [PATCH] ci: mkdir /var/tmp for skopeo's hardcoded staging path --- .woodpecker.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index bc90676..711bc3a 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -48,10 +48,9 @@ steps: - echo "Building angie $VERSION" - STREAM="$(nix build .#default --print-out-paths --no-link)" - # skopeo writes intermediate files under /var/tmp by default; the - # nix-ci image doesn't seed that path, so point it at $HOME/tmp. - - mkdir -p "$HOME/tmp" - - export TMPDIR="$HOME/tmp" + # skopeo's containers/image library writes intermediate files under + # /var/tmp (not TMPDIR), and the nix-ci image doesn't seed that path. + - mkdir -p /var/tmp && chmod 1777 /var/tmp # Auth + push to Gitea OCI registry under both -arm64 and latest-arm64. - mkdir -p ~/.config/containers