ci: mkdir /var/tmp for skopeo's hardcoded staging path
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Oleks
2026-05-09 22:40:32 +03:00
parent a8d7dfd4bf
commit 5614645b23
+3 -4
View File
@@ -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 <ver>-arm64 and latest-arm64.
- mkdir -p ~/.config/containers