From 3622cbca05ef92034d2ee277ffce1567e5c2b47c Mon Sep 17 00:00:00 2001 From: Lunaresk Date: Wed, 9 Apr 2025 01:29:54 +0200 Subject: [PATCH] fix: workflow login --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa621fc..5515b51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,12 @@ jobs: [registry."${{ vars.DOCKER_REPO }}"] http = true insecure = true + - name: Login to Gitea Container Registry + uses: docker/login-action@v3 + with: + registry: ${{ vars.DOCKER_REPO }} + username: ${{ vars.DOCKER_USER }} + password: ${{ secrets.DOCKER_PASS }} - name: Build and push uses: https://github.com/docker/build-push-action@v6 with: