From 66c4d081c73b8d66a4220605519722eced762df5 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 8 Jul 2026 18:26:00 +0200 Subject: [PATCH] .gitea/workflows/deploy.yaml aktualisiert --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ced80ab..3dc4891 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -36,9 +36,9 @@ jobs: - name: Login to registry git.sh-edraft.de uses: https://github.com/docker/login-action@v1 with: - registry: gitea:3000 + registry: git.sh-edraft.de username: ${{ secrets.CI_USERNAME }} password: ${{ secrets.CI_ACCESS_TOKEN }} - name: Push image - run: docker push git.sh-edraft.de/sh-edraft.de/pelican-debian32:latest + run: docker push gitea:3000/sh-edraft.de/pelican-debian32:latest