From 74f3630a65f35d738a173c953acdeba02ebd22c6 Mon Sep 17 00:00:00 2001 From: "Dr. B M Riazul Islam" Date: Mon, 27 Apr 2026 09:55:09 +0600 Subject: [PATCH] # --- .gitea/workflows/ci-cd.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 524323c..9445218 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -313,11 +313,8 @@ jobs: - name: Install Docker CLI run: | - find /etc/apt -name "*.list" -type f -print0 | xargs -0 sed -i \ - 's|http://archive.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu|g; s|http://security.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu|g' - - apt-get update -o Acquire::Retries=5 - apt-get install -y --no-install-recommends docker.io + apt-get update + apt-get install -y docker.io docker --version - name: Preload previous IG package for comparison