This commit is contained in:
parent
fb4eae7a0d
commit
4ae1d07c67
1 changed files with 2 additions and 1 deletions
3
.github/workflows/.github-ci.yaml
vendored
3
.github/workflows/.github-ci.yaml
vendored
|
@ -15,8 +15,9 @@ jobs:
|
|||
echo
|
||||
docker network inspect host
|
||||
apt update -y
|
||||
apt install -y net-tools
|
||||
apt install -y net-tools curl
|
||||
ifconfig
|
||||
curl https://google.com
|
||||
|
||||
-
|
||||
name: Login to registry
|
||||
|
|
Loading…
Reference in a new issue