fix CI: use correct container image, add docker socket for build

This commit is contained in:
Jarian Cottingham 2026-07-04 17:44:31 +00:00
parent 48cf249241
commit 7075b3f34e

View File

@ -42,6 +42,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: gitea-job-image
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Build Docker image
run: |