From 75eabc076cb16e764671e65cd6d621f1b6194aae Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 8 Feb 2024 18:10:50 -0400 Subject: [PATCH] try --- .gitea/workflows/build-an-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-an-push.yaml b/.gitea/workflows/build-an-push.yaml index 274a5f2..2dfb11e 100644 --- a/.gitea/workflows/build-an-push.yaml +++ b/.gitea/workflows/build-an-push.yaml @@ -14,8 +14,8 @@ jobs: uses: actions/checkout@v4 - name: setup buildx uses: docker/setup-buildx-action@v3 - with: - config-inline: | + with: + config-inline: | [registry."192.168.0.151:32000"] http = true insecure = true