Update deploy workflow
Some checks failed
Build / build (push) Successful in 3m13s
Deploy / build (push) Failing after 4m2s

This commit is contained in:
2025-06-09 08:50:31 +02:00
parent ab06c37a71
commit 7cd7d11a40

View File

@@ -16,7 +16,7 @@ jobs:
run: docker login gitea.seeseepuff.be -u seeseemelk -p ${{ secrets.PACKAGE_RW }}
- name: Build
run: docker build -t gitea.seeseepuff.be/seeseemelk/pcinv:${{github.ref_name}} .
run: ./gradlew bootBuildImage --no-daemon --imageName=gitea.seeseepuff.be/seeseemelk/pcinv:${{github.ref_name}}
- name: Push
run: docker push gitea.seeseepuff.be/seeseemelk/pcinv:${{github.ref_name}}