modified: .gitea/workflows/ docker-image.deploy.yml
All checks were successful
/ build-image (push) Successful in 16s

This commit is contained in:
2026-03-14 23:03:14 +00:00
parent 6b22740920
commit d4e7743744

View File

@@ -29,7 +29,7 @@ jobs:
- name: Build and push image - name: Build and push image
run: | run: |
buildctl \ buildctl \
--addr unix:///run/buildkit/buildkitd.sock \ --addr tcp://buildkitd.buildkit.svc.cluster.local:1234 \
build \ build \
--frontend=dockerfile.v0 \ --frontend=dockerfile.v0 \
--local context=./pbsclient \ --local context=./pbsclient \