Update root.yml
This commit is contained in:
parent
fb2988907b
commit
1bc2f59e56
1 changed files with 2 additions and 5 deletions
7
.github/workflows/root.yml
vendored
7
.github/workflows/root.yml
vendored
|
@ -8,9 +8,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
volumes:
|
|
||||||
- toolcache:/opt/hostedtoolcache
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -37,7 +34,7 @@ jobs:
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|
||||||
with:
|
with:
|
||||||
registry: http://pi5.lan:8125
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.CR_PAT }}
|
password: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
|
@ -47,4 +44,4 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: pi5.lan:8125/jansel/feixiao:latest
|
tags: ghcr.io/notjansel/feixiao:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue