ci: set TMPDIR=$HOME/tmp so skopeo can stage tar archives
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -48,6 +48,11 @@ steps:
|
|||||||
- echo "Building angie $VERSION"
|
- echo "Building angie $VERSION"
|
||||||
- STREAM="$(nix build .#default --print-out-paths --no-link)"
|
- 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.
|
# Auth + push to Gitea OCI registry under both <ver>-arm64 and latest-arm64.
|
||||||
- mkdir -p ~/.config/containers
|
- mkdir -p ~/.config/containers
|
||||||
- |
|
- |
|
||||||
|
|||||||
Reference in New Issue
Block a user