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

This commit is contained in:
Kars van Velzen 2025-08-24 19:05:42 +02:00
parent 60b8abc932
commit 11f272f775

View file

@ -36,8 +36,14 @@ jobs:
apt-get update
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: Test
run: docker version && pwd
# - name: Test
# run: docker version && pwd
- name: Run Docker commands
env:
DOCKER_HOST: tcp://localhost:2375
run: |
docker version
- name: Login to image registry