Update .github/workflows/.github-ci.yaml
Some checks failed
ci / build (push) Failing after 1m57s

This commit is contained in:
richardrobertreitz 2025-02-23 14:38:01 +00:00
parent afe76ece74
commit 1a1b9d6a55

View file

@ -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