ci: try to resolve network issues
This commit is contained in:
@@ -47,4 +47,6 @@ echo
|
||||
buildah images --all --noheading --format 'table {{.ID}} {{.Name}}:{{.Tag}} {{.Size}} {{.CreatedAtRaw}}' --filter "reference=${IMAGE_NAME}"
|
||||
echo
|
||||
|
||||
buildah manifest push --all "${IMAGE}" "docker://${IMAGE}"
|
||||
buildah manifest push \
|
||||
--retry 7 --retry-delay 60s \
|
||||
--all "${IMAGE}" "docker://${IMAGE}"
|
||||
|
Reference in New Issue
Block a user