From 30dd61ec5d10330b0f0c59ebd9cf7267f8211589 Mon Sep 17 00:00:00 2001 From: jafreli Date: Sat, 21 Mar 2026 21:08:14 +0100 Subject: [PATCH] ci: add Gitea Actions workflow to build and push Docker images on tag pushes. --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7e0c165..84211b4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ var.REGISTRY_USER }} + username: ${{ vars.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: Extract version from tag