Skip to content

Commit f7d7e84

Browse files
authored
Update pull-100-docker-images.yml
1 parent 1ae3db7 commit f7d7e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-100-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
)
150150
151151
for image in "${images[@]}"; do
152+
echo "::group::Pulling $image"
152153
docker pull "$image" || true
153-
#echo "::group::Pulling $image"
154154
#if ! docker image inspect "$image" > /dev/null 2>&1; then
155155
# .github/retry.sh 5 2 docker pull "$image" || true
156156
#else

0 commit comments

Comments
 (0)