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