From 726fca0866ddce4cb4b50c7703c32584f5a112c9 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Thu, 16 Jul 2026 10:26:28 +0200 Subject: [PATCH] fix of wrong Registry keys --- .github/workflows/release-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 3481294..040148a 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -162,7 +162,7 @@ jobs: with: registry: git.invario-software.eu username: ${{ gitea.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push release image uses: docker/build-push-action@v6