update playwright as seperate service

This commit is contained in:
Francis Cao
2026-05-27 15:35:07 -07:00
parent bb31fc7388
commit 824b3ff966
3 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
with:
image: umamisoftware/umami
tags: cloud-${{ steps.random_hash.outputs.hash }}, cloud-latest
buildArgs: DATABASE_TYPE=postgresql,INSTALL_HEATMAP=true
buildArgs: DATABASE_TYPE=postgresql
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}