disable tls verify on workflow
Some checks failed
Build and Push FreeSWITCH Docker Image / docker-build (push) Failing after 9s
Some checks failed
Build and Push FreeSWITCH Docker Image / docker-build (push) Failing after 9s
This commit is contained in:
@@ -16,9 +16,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
env:
|
||||
DOCKER_HOST: "tcp://127.0.0.1:2376"
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
DOCKER_TLS_VERIFY: 1
|
||||
DOCKER_CERT_PATH: "/certs/client"
|
||||
DOCKER_TLS_VERIFY: 0
|
||||
|
||||
- name: Login to Gitea
|
||||
uses: docker/login-action@v3
|
||||
|
Reference in New Issue
Block a user