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