Skip to content

Commit a05c967

Browse files
authored
Update pull-100-docker-images.yml
1 parent a65bba8 commit a05c967

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
@@ -152,7 +152,7 @@ jobs:
152152
153153
for image in "${images[@]}"; do
154154
echo "::group::Pulling $image"
155-
.github/retry.sh 60 2 docker pull "$image"
155+
.github/retry.sh 60 2 docker pull "$image" || true
156156
echo "::endgroup::"
157157
done
158158

0 commit comments

Comments
 (0)