From 7219f69e61193fdfb285450a4d43dc0c296a0cf3 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Fri, 25 Oct 2024 12:47:55 +0200 Subject: [PATCH] ok nvm smh --- .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 fcd0c77..226bed4 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -42,7 +42,7 @@ jobs: uses: docker/login-action@v2 with: - registry: http://10.20.1.3:3000 + registry: git.jansel.dev username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} @@ -52,4 +52,4 @@ jobs: context: . platforms: linux/arm64 push: true - tags: jansel/feixiao:latest + tags: git.jansel.dev/jansel/feixiao:latest