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:
Sven-Hendrik Haase 2020-11-01 23:29:10 +01:00
parent 76f871dc8b
commit b46d0d43a5
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -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: