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