fix(ci): use docker-builder runner for image builds #40

Merged
lerko merged 1 commits from fix/docker-release into main 2026-05-29 22:38:25 +00:00
Showing only changes of commit 38c7739995 - Show all commits
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
GITEA_API_URL: http://gitea:3000/api/v1 GITEA_API_URL: http://gitea:3000/api/v1
docker: docker:
runs-on: ubuntu-latest runs-on: docker-builder
needs: [release] needs: [release]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4