ci: add Gitea Actions workflow to build and push Docker images on tag pushes.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 19s

This commit is contained in:
2026-03-21 21:08:14 +01:00
parent cbd1947acb
commit 30dd61ec5d

View File

@@ -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