Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 1m3s
Some checks failed
Build custom umami / Build (push) Failing after 1m3s
This commit is contained in:
parent
b9d1c9402a
commit
33d809d251
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build image using DinD Docker host
|
- name: Build image using DinD Docker host
|
||||||
run: echo "Docker host: $DOCKER_HOST" && docker version
|
run: echo $DOCKER_HOST && docker version
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: docker version && pwd
|
run: docker version && pwd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue