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
|
||||
|
||||
steps:
|
||||
- name: Test
|
||||
run: docker version && pwd
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: watson/umami
|
||||
path: umami
|
||||
ref: master
|
||||
|
||||
- name: Test 2
|
||||
run: docker version && pwd
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue