Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 4m10s
Some checks failed
Build custom umami / Build (push) Failing after 4m10s
This commit is contained in:
parent
85aaa7573c
commit
45695bd929
1 changed files with 4 additions and 1 deletions
|
|
@ -56,10 +56,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: umami/
|
context: umami/
|
||||||
push: true
|
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: |
|
build-args: |
|
||||||
DATABASE_TYPE=postgresql
|
DATABASE_TYPE=postgresql
|
||||||
BASE_PATH=/stats
|
BASE_PATH=/stats
|
||||||
|
registry: git.octubre.be
|
||||||
|
username: ${{ github.repository_owner }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue