fix(docker): repair build
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m5s

This commit is contained in:
2026-02-13 14:32:02 +01:00
parent 15f6264bff
commit 2721f0958a
4 changed files with 19 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ jobs:
- name: Build and push Docker image
run: |
docker build -t git.pihkaal.me/pihkaal/pihkaal-me:latest .
docker push git.pihkaal.me/pihkaal/pihkaal-me:latest
docker build --target dev -t git.pihkaal.me/pihkaal/pihkaal-me:dev .
docker push git.pihkaal.me/pihkaal/pihkaal-me:dev