Update .gitea/workflows/deploy.yml
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2026-02-14 19:08:32 +01:00
parent 02c7b966eb
commit ce01b7ad14

View File

@@ -18,7 +18,7 @@ jobs:
cache: 'gradle'
- name: Build Jar
run: ./gradlew bootJar
run: ./gradlew bootJar --no-daemon
- name: Build Container
run: docker build --tag gitea.seeseepuff.be/seeseemelk/pcinv:latest .