Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 3m17s
Some checks failed
Build custom umami / Build (push) Failing after 3m17s
This commit is contained in:
parent
1cf19f68e2
commit
4d6e3b8ca9
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue