From 3dc7e027d35c8e3aaffbe5e0f708db72c99c15ad Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Fri, 22 May 2020 11:48:21 +0200 Subject: [PATCH] Added retry timout 60 sec for CI push job --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29c40c4..408e13c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,7 @@ jobs: with: timeout_minutes: 20 max_attempts: 5 + retry_wait_seconds: 60 command: docker buildx build --platform linux/amd64,linux/s390x --cache-from="type=registry,ref=${CACHE_IMAGE_FULL}" --cache-to="type=registry,ref=${CACHE_IMAGE_FULL},mode=max" -t ${IMAGE_FULL} -f apache.Dockerfile --push . - name: "Docker Logout" run: docker logout