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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue