Обновить .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 12:46:07 +00:00
parent cc7eca6671
commit 7cecf964b9

View file

@ -4,4 +4,6 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- run: cat /etc/os-release - run: cat /etc/os-release
- run: sudo systemctl restart docker
- run: sudo docker run hello-world
- run: docker info - run: docker info