Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 2m55s

This commit is contained in:
Kars van Velzen 2025-08-25 18:03:09 +02:00
parent 908257e50c
commit a23e3e8814

View file

@ -41,6 +41,8 @@ jobs:
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
run: |
docker version
pwd
ls -a
- name: Login to image registry
@ -51,6 +53,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push image
env:
DOCKER_HOST: tcp://forgejo_docker-in-docker:2375
uses: docker/build-push-action@master
with:
context: .