From 17c2092b4212e382355063eddb69f52d5d712451 Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Sun, 23 Feb 2025 14:20:24 +0000 Subject: [PATCH] Update .github/workflows/.github-ci.yaml --- .github/workflows/.github-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 74f04bb..3ecd318 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -23,7 +23,7 @@ jobs: name: Login to registry uses: docker/login-action@v3 with: - registry: gitea.client.c-one-infra.de + registry: gitea.factory.c-one-infra.de username: ${{ github.repository }} password: ${{ secrets.PACKAGES_TOKEN }} - @@ -37,7 +37,7 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: gitea.client.c-one-infra.de/giteaadmin/app:latest + tags: gitea.factory.c-one-infra.de/giteaadmin/app:latest #- # name: Login to registry