From 3c0febbc595f1a6888ef13b6d4e809dce651ce5b Mon Sep 17 00:00:00 2001 From: binhex Date: Mon, 1 Jul 2024 17:15:34 +0100 Subject: [PATCH] update to new retry action --- .github/workflows/workflow-docker-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-docker-manual.yml b/.github/workflows/workflow-docker-manual.yml index 1c06927..d48b7bc 100644 --- a/.github/workflows/workflow-docker-manual.yml +++ b/.github/workflows/workflow-docker-manual.yml @@ -91,7 +91,7 @@ jobs: action: docker/build-push-action@v5 with: | context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true 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: |