let this work?

This commit is contained in:
jansel 2024-12-11 20:58:45 +00:00
parent f9f62ae9c6
commit dd7f3504ba

View file

@ -41,10 +41,5 @@ jobs:
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.PW }} password: ${{ secrets.PW }}
- name: Build and push - name: Push to Gitea Registry
uses: docker/build-push-action@v6 run: docker buildx build --output type=registry,registry.insecure=true,name=pi5:8125/jansel/feixiao
with:
context: .
platforms: linux/arm64
push: true
tags: pi5:8125/jansel/feixiao:latest