fix: skip Docker build on Gitea runner (no Docker installed)
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -10,6 +10,8 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# Skip on Gitea - runner lacks Docker
|
||||
if: ${{ !env.GITEA_ACTIONS }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user