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
|
name: Login to registry
|
||||||
run: |
|
run: |
|
||||||
docker network ls
|
|
||||||
docker network inspect bridge
|
|
||||||
echo
|
echo
|
||||||
docker network inspect host
|
#docker network ls
|
||||||
apt update -y
|
#docker network inspect bridge
|
||||||
apt install -y net-tools curl
|
#docker network inspect host
|
||||||
ifconfig
|
#apt update -y
|
||||||
curl https://google.com
|
#apt install -y net-tools curl
|
||||||
|
#ifconfig
|
||||||
|
#curl https://google.com
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Login to registry
|
name: Login to registry
|
||||||
|
|
Loading…
Reference in a new issue