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