#
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 10m27s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 9s

This commit is contained in:
2026-04-27 09:55:09 +06:00
parent bef1991b51
commit 74f3630a65

View File

@@ -313,11 +313,8 @@ jobs:
- name: Install Docker CLI - name: Install Docker CLI
run: | run: |
find /etc/apt -name "*.list" -type f -print0 | xargs -0 sed -i \ apt-get update
'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 install -y docker.io
apt-get update -o Acquire::Retries=5
apt-get install -y --no-install-recommends docker.io
docker --version docker --version
- name: Preload previous IG package for comparison - name: Preload previous IG package for comparison