chore(actions): change buildkitd url
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 7m19s
Build and Push Docker Image / deploy-on-green (push) Successful in 6s

This commit is contained in:
2026-03-07 18:56:26 -05:00
parent 91f2eb39cb
commit 8f2bda0b52

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v4
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