towerops/.forgejo/workflows
Graham McIntire f807eb1e78 fix: add Docker daemon startup to production workflow (#57)
The new CI server doesn't have Docker daemon running by default,
causing buildx setup to fail with:
  ERROR: failed to connect to the docker API at unix:///var/run/docker.sock

This fix:
- Adds explicit Docker daemon startup check and initialization
- Configures buildx with docker-container driver
- Adds install: true to ensure proper buildx installation

This was already fixed in build-deploy.yml (commit 54280fd7) but
was missing from production.yaml.

Reviewed-on: graham/towerops-web#57
2026-03-17 11:02:49 -05:00
..
pr-tests.yaml ci-stop-tests-on-merge (#33) 2026-03-15 18:21:59 -05:00
production.yaml fix: add Docker daemon startup to production workflow (#57) 2026-03-17 11:02:49 -05:00
renovate.yaml chore(config): add Renovate and build workflows 2026-03-03 16:54:19 -06:00
staging.yaml fix: fetch dokku refs before force push to prevent race condition 2026-03-07 16:10:04 -06:00