From cec7e96e2d262efb8c2d50e1b904f1cbc6c6aef1 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Tue, 20 Aug 2024 16:31:34 +0100 Subject: [PATCH] update workflow --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 9942aaf..8dbf8c7 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: uses: https://github.com/docker/setup-buildx-action@v3 with: config-inline: | - [registry."${{var.DOCKER_REGISTRY_IP}}:${DOCKER_REGISTRY_PORT}}"] # IP from local gitea instance + [registry."${{vars.DOCKER_REGISTRY_IP}}:${vars.DOCKER_REGISTRY_PORT}}"] http = true insecure = true