From b46d0d43a537b43a0c00f8290912baf36318e557 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 1 Nov 2020 23:29:10 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 081a35e..be9ab74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: