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