From 39ecd8a70882ea84a8675d0a8f55cc36520387c4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 8 May 2025 09:04:19 +0200 Subject: [PATCH] Fix 12 --- .gitea/workflows/gitea-ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 4d38645..2fe2725 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -25,6 +25,12 @@ jobs: [registry."gitea.sanplex.tech/sansan"] http = true insecure = true + - name: Login to Gitea + uses: docker/login-action@v2 + with: + registry: gitea.sanplex.tech + username: ${{ github.repository_owner }} + password: ${{ secrets.TOKEN }} - name: Build and push Docker image uses: https://github.com/docker/build-push-action@v5 with: