Fix colour not being sent properly by backend (#81)
All checks were successful
Backend Deploy / build (push) Successful in 2m46s
Backend Build and Test / build (push) Successful in 3m0s

Reviewed-on: #81
This commit is contained in:
2025-05-25 14:36:17 +02:00
parent 5a233073c7
commit f9fb956efd
4 changed files with 38 additions and 21 deletions

View File

@@ -19,9 +19,9 @@ jobs:
- name: Build
run: |
cd backend
docker build -t gitea.seeseepuff.be/seeseemelk/wolproxy:$(git rev-parse --short HEAD) .
docker build -t gitea.seeseepuff.be/seeseemelk/allowance-planner:$(git rev-parse --short HEAD) .
- name: Push
run: |
cd backend
docker push gitea.seeseepuff.be/seeseemelk/wolproxy:$(git rev-parse --short HEAD)
docker push gitea.seeseepuff.be/seeseemelk/allowance-planner:$(git rev-parse --short HEAD)