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
0419bad8a5
commit
64fa072a0f
1 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,13 @@ jobs:
|
||||||
repository: watson/umami
|
repository: watson/umami
|
||||||
path: umami
|
path: umami
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
|
- name: Set up Docker
|
||||||
|
uses: docker/setup-docker-action@v4
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: docker version && pwd
|
||||||
|
|
||||||
|
|
||||||
- name: Login to image registry
|
- name: Login to image registry
|
||||||
uses: docker/login-action@master
|
uses: docker/login-action@master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue