Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 19m44s
Some checks failed
Build custom umami / Build (push) Failing after 19m44s
This commit is contained in:
parent
72e6c2aba8
commit
1cf19f68e2
1 changed files with 2 additions and 2 deletions
|
|
@ -51,12 +51,12 @@ jobs:
|
|||
- name: Build and push image
|
||||
env:
|
||||
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
|
||||
uses: docker/build-push-action@master
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: umami/
|
||||
push: true
|
||||
tags: 'latest'
|
||||
buildArgs: |
|
||||
build-args: |
|
||||
DATABASE_TYPE=postgresql
|
||||
BASE_PATH=/stats
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue