Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 12s
Some checks failed
Build docker container / Build image (push) Failing after 12s
This commit is contained in:
parent
489cfc2e22
commit
0f666d1df8
@ -53,6 +53,10 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
driver: kubernetes
|
driver: kubernetes
|
||||||
|
driver-opts: |
|
||||||
|
namespace=git
|
||||||
|
master=tcp://10.43.0.1:443
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user