diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 3a0b344..ea04d61 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -44,7 +44,7 @@ jobs: uses: docker/login-action@v2 with: - registry: git.jansel.dev + registry: pi5.lan:8125 username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} @@ -54,4 +54,4 @@ jobs: context: . platforms: linux/arm64 push: true - tags: git.jansel.dev/jansel/feixiao:latest + tags: pi5.lan:8125/jansel/feixiao:latest