diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index a59dafc..a37dba7 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -34,9 +34,9 @@ jobs: uses: docker/login-action@v3 with: - registry: ghcr.io + registry: pi5:8125 username: ${{ github.repository_owner }} - password: ${{ secrets.CR_PAT }} + password: ${{ secrets.PW }} - name: Build and push uses: docker/build-push-action@v6 @@ -44,4 +44,4 @@ jobs: context: . platforms: linux/arm64 push: true - tags: ghcr.io/notjansel/feixiao:latest + tags: jansel/feixiao:latest