From a0b940518c003a52b70f267aaade9fe1755bc021 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Mon, 20 Jul 2026 11:34:41 -0300 Subject: [PATCH] fix(ci): scaffold as root to resolve Docker bind-mount permission error --- .github/workflows/smoke-distribution.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smoke-distribution.yml b/.github/workflows/smoke-distribution.yml index 6a544e4..d18bcf2 100644 --- a/.github/workflows/smoke-distribution.yml +++ b/.github/workflows/smoke-distribution.yml @@ -74,6 +74,7 @@ jobs: -e CI=true \ -v /tmp/cpa-docker-smoke:/out \ -w /out \ + --user root \ "$DOCKER_IMAGE:latest" \ --template fastapi-starter \ --addons github-setup \