1
0

ci: try to resolve network issues
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/manual/latest Pipeline failed

This commit is contained in:
2025-07-17 13:34:53 +03:00
parent 0fe71a0fe7
commit 4d7da179dd
4 changed files with 6 additions and 14 deletions

View File

@@ -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}"