Refine deployment
All checks were successful
Build / build (push) Successful in 3m43s
Deploy / build (push) Successful in 3m2s

This commit is contained in:
2025-06-09 10:08:37 +02:00
parent 9c376b3a97
commit d45b2cc068
2 changed files with 9 additions and 10 deletions

View File

@@ -22,8 +22,11 @@ jobs:
package_rw: ${{ secrets.PACKAGE_RW }}
run: docker login gitea.seeseepuff.be -u seeseemelk -p ${{ secrets.PACKAGE_RW }}
- name: Build
run: ./gradlew bootBuildImage --no-daemon --imageName=gitea.seeseepuff.be/seeseemelk/pcinv:${{github.ref_name}}
- name: Build Jar
run: ./gradlew bootJar
- name: Push
- name: Build Container
run: docker build --tag gitea.seeseepuff.be/seeseemelk/pcinv:${{github.ref_name}} .
- name: Push Container
run: docker push gitea.seeseepuff.be/seeseemelk/pcinv:${{github.ref_name}}