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

This commit is contained in:
Kars van Velzen 2025-08-25 19:32:19 +02:00
parent 1cf19f68e2
commit 4d6e3b8ca9

View file

@ -4,11 +4,12 @@ on:
push:
branches: [main]
permissions:
packages: write
jobs:
Build:
runs-on: docker
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -55,7 +56,7 @@ jobs:
with:
context: umami/
push: true
tags: 'latest'
tags: git.octubre.be/${{ github.repository_owner }}/${{ github.repository }}:latest #${{ github.event.repository.name }}
build-args: |
DATABASE_TYPE=postgresql
BASE_PATH=/stats