This commit is contained in:
parent
afe76ece74
commit
1a1b9d6a55
1 changed files with 7 additions and 7 deletions
14
.github/workflows/.github-ci.yaml
vendored
14
.github/workflows/.github-ci.yaml
vendored
|
@ -25,14 +25,14 @@ jobs:
|
|||
-
|
||||
name: Login to registry
|
||||
run: |
|
||||
docker network ls
|
||||
docker network inspect bridge
|
||||
echo
|
||||
docker network inspect host
|
||||
apt update -y
|
||||
apt install -y net-tools curl
|
||||
ifconfig
|
||||
curl https://google.com
|
||||
#docker network ls
|
||||
#docker network inspect bridge
|
||||
#docker network inspect host
|
||||
#apt update -y
|
||||
#apt install -y net-tools curl
|
||||
#ifconfig
|
||||
#curl https://google.com
|
||||
|
||||
-
|
||||
name: Login to registry
|
||||
|
|
Loading…
Reference in a new issue