From 25e7b279ce18e22bad50489bec2360d20eee6562 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Fri, 25 Oct 2024 12:38:06 +0200 Subject: [PATCH] =?UTF-8?q?funktioniert=20das=20=C3=BCberhaupt=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/root.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 152b35e..fcd0c77 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -42,7 +42,7 @@ jobs: uses: docker/login-action@v2 with: - registry: git.jansel.dev + registry: http://10.20.1.3:3000 username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} @@ -52,4 +52,4 @@ jobs: context: . platforms: linux/arm64 push: true - tags: 10.20.1.3:3000/jansel/feixiao:latest + tags: jansel/feixiao:latest