Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 4m10s

This commit is contained in:
Kars van Velzen 2025-08-25 21:04:02 +02:00
parent 85aaa7573c
commit 45695bd929

View file

@ -56,10 +56,13 @@ jobs:
with:
context: umami/
push: true
tags: git.octubre.be/${{ github.repository_owner }}/${{ github.repository }}:latest #${{ github.event.repository.name }}
tags: git.octubre.be/${{ github.repository }}:latest #${{ github.event.repository.name }}
build-args: |
DATABASE_TYPE=postgresql
BASE_PATH=/stats
registry: git.octubre.be
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}