Clean up workflow docker pulls. (#12018)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-06-11 15:48:38 -04:00
committed by GitHub
parent 4685292461
commit e552d0d7d6
3 changed files with 3 additions and 3 deletions

View File

@@ -257,7 +257,7 @@ jobs:
git checkout "${{ env.BRANCH }}"
git reset --hard "origin/${{ env.BRANCH }}"
git log --oneline -10
docker pull --platform "${PLATFORM}" "satmandu/crewbuild:${CONTAINER}"
docker pull --platform "${PLATFORM}" "satmandu/crew-pre-glibc-standalone:${CONTAINER}"
sudo apt install -y acl
# Detection of /output/pkg_cache dir triggers setting
# CREW_CACHE_DIR=1 and CREW_CACHE_ENABLED=1 in the build

View File

@@ -263,7 +263,7 @@ jobs:
git checkout "${{ env.BRANCH }}"
git reset --hard "origin/${{ env.BRANCH }}"
git log --oneline -10
docker pull --platform "${PLATFORM}" "satmandu/crewbuild:${CONTAINER}"
docker pull --platform "${PLATFORM}" "${CONTAINER}"
sudo apt install -y acl
sudo setfacl -R -m u:1000:rwx .

View File

@@ -193,7 +193,7 @@ jobs:
echo "Skipping i686 container unit tests."
exit 0
else
docker pull --platform "${PLATFORM}" "satmandu/crewbuild:${CONTAINER}"
docker pull --platform "${PLATFORM}" "${CONTAINER}"
docker run \
--rm \
--platform "${PLATFORM}" \