Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 22s
Some checks failed
Build custom umami / Build (push) Failing after 22s
This commit is contained in:
parent
ef8e8ffab2
commit
c2be20066b
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
image: ghcr.io/actions/runner:ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: docker version && pwd
|
run: docker version && pwd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue