towerops/.forgejo/workflows
Graham McIntire db33495d00 fix: use docker driver for buildx on unprivileged runner (#219)
The build-push-action was trying to use docker-container driver by default,
which requires privileged mount operations. This fails on unprivileged runners
with vfs storage driver.

Solution: Explicitly configure buildx to use 'docker' driver, which uses the
regular Docker daemon that's already running with vfs storage. This avoids
the need for privileged container mounts.

Resolves: operation not permitted during buildkit mount

Reviewed-on: graham/towerops-web#219
2026-03-29 11:12:43 -05:00
..
e2e-tests.yaml refactor: convert 6 Gleam modules to idiomatic Elixir with TDD (#196) 2026-03-28 09:52:07 -05:00
pr-tests.yaml refactor: convert 6 Gleam modules to idiomatic Elixir with TDD (#196) 2026-03-28 09:52:07 -05:00
production.yaml fix: use docker driver for buildx on unprivileged runner (#219) 2026-03-29 11:12:43 -05:00
renovate.yaml chore(config): add Renovate and build workflows 2026-03-03 16:54:19 -06:00
staging.yaml fix: code quality improvements and test reliability (#139) 2026-03-24 09:12:59 -05:00