Update .github/workflows/root.yml
Some checks failed
Build & Publish / build (push) Failing after 3m37s
Some checks failed
Build & Publish / build (push) Failing after 3m37s
This commit is contained in:
parent
789d58f99a
commit
3093900ceb
6
.github/workflows/root.yml
vendored
6
.github/workflows/root.yml
vendored
@ -34,9 +34,9 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: pi5:8125
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.CR_PAT }}
|
password: ${{ secrets.PW }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@ -44,4 +44,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/notjansel/feixiao:latest
|
tags: jansel/feixiao:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user