Update .github/workflows/root.yml
This commit is contained in:
parent
dd7f3504ba
commit
49e1d4149f
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue