From ce22874d3af18ea8c2a7dce4a59048f9c3053300 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 4 Jan 2024 21:37:36 +0100 Subject: [PATCH] set docker host --- .gitea/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 5be0045..96c3fce 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -40,4 +40,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + env: + - name: DOCKER_HOST + value: tcp://localhost:2376