mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Fix docker builds.
This commit is contained in:
parent
5c907ce628
commit
aa511a79f0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
cache: "gradle"
|
cache: "gradle"
|
||||||
- name: Run Build
|
- name: Run Build
|
||||||
run: ./gradlew build
|
run: ./gradlew shadowJar
|
||||||
- run: mv "build/libs/piped-"*"-all.jar" piped.jar
|
- run: mv build/libs/piped-*-all.jar piped.jar
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue