put in retry for multi arch build

master
binhex 2 months ago
parent 425a899020
commit 6cae5c4d8e

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

Loading…
Cancel
Save