mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 13:56:16 +02:00
Retry push operations up to 2 times
In the past, we've observed intermittent network issues while communicating with dockerhub and this should help alleviate that.
This commit is contained in:
parent
76f871dc8b
commit
b46d0d43a5
@ -116,6 +116,7 @@ image:build:secure:
|
||||
|
||||
image:publish:secure:
|
||||
extends: .image
|
||||
retry: 2
|
||||
tags:
|
||||
- secure
|
||||
only:
|
||||
@ -134,6 +135,7 @@ image:publish:secure:
|
||||
|
||||
.test:
|
||||
stage: test
|
||||
retry: 2
|
||||
dependencies: []
|
||||
only:
|
||||
variables:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user