fix: skip Docker build on Gitea runner (no Docker installed)

This commit is contained in:
2026-01-01 10:39:37 -05:00
parent c30ca25503
commit 1bf18b9ce2

View File

@@ -10,6 +10,8 @@ env:
jobs:
build:
# Skip on Gitea - runner lacks Docker
if: ${{ !env.GITEA_ACTIONS }}
runs-on: ubuntu-latest
permissions:
contents: read