Update root.yml

This commit is contained in:
Jannik Reimers 2024-10-25 19:13:38 +02:00 committed by GitHub
parent fb2988907b
commit 1bc2f59e56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
volumes:
- toolcache:/opt/hostedtoolcache
steps:
- uses: actions/checkout@v4
@ -37,7 +34,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: http://pi5.lan:8125
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
@ -47,4 +44,4 @@ jobs:
context: .
platforms: linux/arm64
push: true
tags: pi5.lan:8125/jansel/feixiao:latest
tags: ghcr.io/notjansel/feixiao:latest