From 6cae5c4d8ef5b90748c6c3c5d975eb020a9c7ea0 Mon Sep 17 00:00:00 2001 From: binhex Date: Thu, 4 Jul 2024 14:35:01 +0100 Subject: [PATCH] put in retry for multi arch build --- .github/workflows/workflow-docker-manual.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow-docker-manual.yml b/.github/workflows/workflow-docker-manual.yml index 55afc89..32f363e 100644 --- a/.github/workflows/workflow-docker-manual.yml +++ b/.github/workflows/workflow-docker-manual.yml @@ -96,3 +96,5 @@ jobs: tags: ${{ github.repository }}:${{ github.event.inputs.tags }}, quay.io/${{ github.repository }}:${{ github.event.inputs.tags }}, ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}, registry.gitlab.com/${{ github.repository }}:${{ github.event.inputs.tags }} build-args: | RELEASETAG=${{ github.event.inputs.tags }} + attempt_limit: 3 + attempt_delay: 600000