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
|
|
@ -20,6 +20,13 @@ jobs:
|
|||
path: umami
|
||||
ref: master
|
||||
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-docker-action@v4
|
||||
|
||||
- name: Test
|
||||
run: docker version && pwd
|
||||
|
||||
|
||||
- name: Login to image registry
|
||||
uses: docker/login-action@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue