From 23da206213b3f61b469a2c82d28276f8505a297e Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 7 Mar 2026 18:39:21 -0500 Subject: [PATCH] chore(actions): change buildkitd url --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 6a61eed..10640f0 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -26,7 +26,7 @@ jobs: uses: docker/setup-buildx-action@v3 with: driver: remote - endpoint: 'tcp://buildkitd:1234' + endpoint: 'tcp://buildkitd.gitea-runner.svc.cluster.local:1234' # Log in to the Gitea container registry - name: Log in to Gitea Container Registry