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:
|
||||
Build:
|
||||
runs-on: docker
|
||||
image: ghcr.io/actions/runner:ubuntu-22.04
|
||||
image: docker:24.0
|
||||
|
||||
steps:
|
||||
- name: Build image using DinD Docker host
|
||||
commands:
|
||||
- echo "Docker host: $DOCKER_HOST"
|
||||
- docker version
|
||||
|
||||
- name: Test
|
||||
run: docker version && pwd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue