Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 2m32s
Some checks failed
Build custom umami / Build (push) Failing after 2m32s
This commit is contained in:
parent
60b8abc932
commit
11f272f775
1 changed files with 8 additions and 2 deletions
|
|
@ -36,8 +36,14 @@ jobs:
|
|||
apt-get update
|
||||
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
|
||||
- name: Test
|
||||
run: docker version && pwd
|
||||
# - name: Test
|
||||
# run: docker version && pwd
|
||||
|
||||
- name: Run Docker commands
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
run: |
|
||||
docker version
|
||||
|
||||
|
||||
- name: Login to image registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue