From a677416722206ee1ec5e162ebaf78ef18a4a6032 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Tue, 19 Nov 2024 20:02:07 -0500 Subject: [PATCH] feat: reduce? --- .gitea/workflows/build-image.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 8ed8fb2..084187d 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -39,14 +39,8 @@ jobs: - name: Setup Docker Buildx id: buildx uses: docker/setup-buildx-action@v3 - with: - # buildkitd-flags: --debug - endpoint: builders - # env: - # DOCKER_HOST: "tcp://docker:2376/" - # DOCKER_TLS_CERTDIR: "/certs" - # DOCKER_TLS_VERIFY: 1 - # DOCKER_CERT_PATH: "/certs/client" + # with: + # endpoint: builders # - name: Build and push # uses: docker/build-push-action@v6 # with: