Fix: Switch to Local Build strategy (bypass registry upload)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
This commit is contained in:
@@ -23,5 +23,12 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: false
|
||||||
|
load: true
|
||||||
tags: gitea.lemarechal.eu/aydent/clawdbot:latest
|
tags: gitea.lemarechal.eu/aydent/clawdbot:latest
|
||||||
|
|
||||||
|
- name: Restart Service
|
||||||
|
run: |
|
||||||
|
# The image is now in the local docker daemon (Host) thanks to the shared socket
|
||||||
|
docker compose up -d --force-recreate clawdbot
|
||||||
|
docker image prune -f
|
||||||
|
|||||||
Reference in New Issue
Block a user