Обновить .forgejo/workflows/demo_docker.yml
Some checks failed
/ test (push) Waiting to run
/ ls (push) Waiting to run
/ test_docker (push) Failing after 2s

This commit is contained in:
Vikarti Anatra 2024-07-23 11:51:24 +00:00
parent c5523f0b46
commit cd348217e3

View file

@ -3,4 +3,5 @@ jobs:
test_docker: test_docker:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- run: /cat/etc/os-release
- run: docker info - run: docker info