From 1a1b9d6a55229445cc6e335050ba8793994f74c5 Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Sun, 23 Feb 2025 14:38:01 +0000 Subject: [PATCH] Update .github/workflows/.github-ci.yaml --- .github/workflows/.github-ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 917b913..31c691f 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -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