🐛 fix: add GNU tar to build cache image for cache compatibility\n\n- Add tar package to Dockerfile.build for --posix support\n- Revert to proper actions/cache@v5 implementation\n- This fixes the 'tar: unrecognized option: posix' error in Gitea runner
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Failing after 4m28s
CI/CD Pipeline / CI Pipeline (push) Has been skipped

This commit is contained in:
2026-04-08 23:21:25 +02:00
parent 58042009de
commit 1d3d482794
2 changed files with 12 additions and 18 deletions

View File

@@ -19,7 +19,8 @@ RUN apk add --no-cache \
ca-certificates \
nodejs \
npm \
postgresql-client
postgresql-client \
tar # Add GNU tar for cache compatibility
# Set up Go environment
ENV GOPATH=/go