Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 10s
Some checks failed
Build docker container / Build image (push) Failing after 10s
This commit is contained in:
parent
021225691e
commit
80c6b844fa
@ -29,9 +29,9 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
env:
|
||||
DOCKER_HOST: "tcp://docker:2376/"
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
DOCKER_TLS_CERTDIR: "/certs/server"
|
||||
DOCKER_TLS_VERIFY: 1
|
||||
DOCKER_CERT_PATH: "/certs/client"
|
||||
# DOCKER_CERT_PATH: "/certs/server"
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user