feat(umami): setup
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-02-27 19:19:45 +01:00
parent e87f19e7ce
commit 0fd71e40dd
5 changed files with 36 additions and 2 deletions

View File

@@ -25,5 +25,8 @@ jobs:
- name: Build and push Docker image
run: |
docker build -t git.pihkaal.me/pihkaal/simple-qr:latest .
docker build \
--build-arg UMAMI_HOST \
--build-arg UMAMI_ID \
-t git.pihkaal.me/pihkaal/simple-qr:latest .
docker push git.pihkaal.me/pihkaal/simple-qr:latest