Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 31s
Some checks failed
Build custom umami / Build (push) Failing after 31s
This commit is contained in:
parent
50c467f41b
commit
ef8e8ffab2
1 changed files with 6 additions and 0 deletions
|
|
@ -9,12 +9,18 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Test
|
||||||
|
run: docker version && pwd
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: watson/umami
|
repository: watson/umami
|
||||||
path: umami
|
path: umami
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
|
- name: Test 2
|
||||||
|
run: docker version && pwd
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue