Update .github/workflows/root.yml
Some checks failed
Build & Publish / build (push) Has been cancelled
Some checks failed
Build & Publish / build (push) Has been cancelled
This commit is contained in:
parent
dd7f3504ba
commit
49e1d4149f
4
.github/workflows/root.yml
vendored
4
.github/workflows/root.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Gradle (Build)
|
- name: Gradle (Build)
|
||||||
run: "./gradlew build"
|
run: "./gradlew build"
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to Gitea Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
||||||
with:
|
with:
|
||||||
@ -42,4 +42,4 @@ jobs:
|
|||||||
password: ${{ secrets.PW }}
|
password: ${{ secrets.PW }}
|
||||||
|
|
||||||
- name: Push to Gitea Registry
|
- name: Push to Gitea Registry
|
||||||
run: docker buildx build --output type=registry,registry.insecure=true,name=pi5:8125/jansel/feixiao
|
run: docker build pi5:8125/jansel/feixiao .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user