From 254f553c02b2bc2c06d9b8937df1fb849a80d7fd Mon Sep 17 00:00:00 2001 From: caelebfi Date: Fri, 2 Aug 2024 09:30:44 +0200 Subject: [PATCH] debug reg --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 01165e3..0c67499 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,6 +21,7 @@ jobs: with: # replace it with your local IP config-inline: | [registry."harbor.realm.local"] + insecure = true - name: Login to DockerHub uses: docker/login-action@v2