From b4e092470fdb595efb394fb6935b29ac9564d68f Mon Sep 17 00:00:00 2001 From: caelebfi Date: Mon, 19 Aug 2024 10:01:07 +0200 Subject: [PATCH] debug --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1bbdb64..4b85d53 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,13 +14,13 @@ jobs: uses: actions/checkout@v3 - name: Set up Docker BuildX uses: docker/setup-buildx-action@v3 - with: # replace it with your local IP + with: config-inline: | [registry."harbor.solusar.de"] - name: Login to Registry uses: docker/login-action@v3 with: - registry: harbor.solusar.de # replace it with your local IP + registry: harbor.solusar.de username: ${{ secrets.HARBORUSER }} password: ${{ secrets.HARBORPASS }} - name: Get Meta