chore(actions): change buildkitd url
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m32s

This commit is contained in:
2026-03-07 18:39:21 -05:00
parent c075fec647
commit 23da206213

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
driver: remote driver: remote
endpoint: 'tcp://buildkitd:1234' endpoint: 'tcp://buildkitd.gitea-runner.svc.cluster.local:1234'
# Log in to the Gitea container registry # Log in to the Gitea container registry
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry