ci: set TMPDIR=$HOME/tmp so skopeo can stage tar archives
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Oleks
2026-05-09 22:35:23 +03:00
parent 68e9ee5e31
commit a8d7dfd4bf
+5
View File
@@ -48,6 +48,11 @@ 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"
# Auth + push to Gitea OCI registry under both <ver>-arm64 and latest-arm64.
- mkdir -p ~/.config/containers
- |