fix(ci): disable Docker job, runner doesn't have Docker
Some checks failed
Build and Release / Lint and Test (push) Successful in 7m4s
Build and Release / Build Binaries (amd64, darwin) (push) Failing after 1m47s
Build and Release / Build Binaries (amd64, windows) (push) Failing after 1m21s
Build and Release / Build Docker Image (push) Has been skipped
Build and Release / Build Binaries (arm64, darwin) (push) Failing after 1m23s
Build and Release / Build Binaries (amd64, linux) (push) Failing after 2m47s
Build and Release / Build Binaries (arm64, linux) (push) Failing after 1m52s
Build and Release / Create Release (push) Has been skipped

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
David H. Friedel Jr. 2026-01-10 03:26:33 -05:00
parent 51d89a676d
commit f23347a26e

View File

@ -191,12 +191,12 @@ jobs:
path: dist/gitea-*
retention-days: 7
# Docker build job
# Docker build job - disabled until Docker is available on runner
docker:
name: Build Docker Image
runs-on: ubuntu-latest
needs: lint-test
if: github.event_name == 'push'
if: false # Disabled - runner doesn't have Docker
steps:
- name: Checkout code
uses: actions/checkout@v4