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: