Fix: Switch to Local Build strategy (bypass registry upload)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s

This commit is contained in:
2026-02-01 21:55:52 +01:00
parent 5bf5701e0d
commit e4d4df16ad
6 changed files with 197 additions and 190 deletions

View File

@@ -1,22 +1,22 @@
version: "3.8"
services:
runner:
image: gitea/act_runner:latest
container_name: clawdbot-runner
restart: always
environment:
# URL of your Gitea instance
- GITEA_INSTANCE_URL=https://gitea.lemarechal.eu
# Token obtained from Gitea > Site Administration > Actions > Runners > Create Logger
# OR Repository > Settings > Actions > Runners
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
- GITEA_RUNNER_NAME=internal-runner
# Default labels
# Use an image that contains Docker CLI, Git, and Node.js
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-latest
volumes:
# Persist configuration and data
- ./data:/data
# Allow launching sibling containers for builds
- /var/run/docker.sock:/var/run/docker.sock
version: "3.8"
services:
runner:
image: gitea/act_runner:latest
container_name: clawdbot-runner
restart: always
environment:
# URL of your Gitea instance
- GITEA_INSTANCE_URL=https://gitea.lemarechal.eu
# Token obtained from Gitea > Site Administration > Actions > Runners > Create Logger
# OR Repository > Settings > Actions > Runners
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
- GITEA_RUNNER_NAME=internal-runner
# Default labels
# Use an image that contains Docker CLI, Git, and Node.js
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-latest
volumes:
# Persist configuration and data
- ./data:/data
# Allow launching sibling containers for builds
- /var/run/docker.sock:/var/run/docker.sock