Update .github/workflows/root.yml
This commit is contained in:
parent
789d58f99a
commit
3093900ceb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/root.yml
vendored
6
.github/workflows/root.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue