Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 0s
Some checks failed
Build custom umami / Build (push) Failing after 0s
This commit is contained in:
parent
c2be20066b
commit
b1139eeee4
1 changed files with 7 additions and 2 deletions
|
|
@ -7,9 +7,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
image: ghcr.io/actions/runner:ubuntu-22.04
|
image: docker:24.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Build image using DinD Docker host
|
||||||
|
commands:
|
||||||
|
- echo "Docker host: $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