ci: try to resolve network issues
This commit is contained in:
@@ -11,8 +11,8 @@ set -ef
|
||||
export BASE_IMAGE="${BASE_IMAGE:?}-${GOARCH:?}"
|
||||
|
||||
buildah pull \
|
||||
--retry 7 --retry-delay 60s \
|
||||
--platform "${TARGET_PLATFORM}" \
|
||||
--retry 3 --retry-delay 30s \
|
||||
"${BASE_IMAGE}"
|
||||
|
||||
## build image
|
||||
|
Reference in New Issue
Block a user