From dd7f3504ba08dfd71c032138bc54c640feaa2bab Mon Sep 17 00:00:00 2001 From: jansel Date: Wed, 11 Dec 2024 20:58:45 +0000 Subject: [PATCH] let this work? --- .github/workflows/root.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 8e6da64..cc58af1 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -41,10 +41,5 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.PW }} - - name: Build and push - uses: docker/build-push-action@v6 - with: - context: . - platforms: linux/arm64 - push: true - tags: pi5:8125/jansel/feixiao:latest + - name: Push to Gitea Registry + run: docker buildx build --output type=registry,registry.insecure=true,name=pi5:8125/jansel/feixiao