Обновить .forgejo/workflows/demo_docker.yml
This commit is contained in:
parent
cc7eca6671
commit
7cecf964b9
|
@ -4,4 +4,6 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: cat /etc/os-release
|
||||
- run: sudo systemctl restart docker
|
||||
- run: sudo docker run hello-world
|
||||
- run: docker info
|
Loading…
Reference in a new issue