From d3fec55590cbd1b9b88767720756eac86f94a098 Mon Sep 17 00:00:00 2001 From: Dale Wahl Date: Wed, 5 Feb 2025 13:13:33 +0100 Subject: [PATCH] docker_latest.yml: remove retry; because it does not exist thanks chatgpt hehe --- .github/workflows/docker_latest.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/docker_latest.yml b/.github/workflows/docker_latest.yml index 84a8443d..cc25733a 100644 --- a/.github/workflows/docker_latest.yml +++ b/.github/workflows/docker_latest.yml @@ -41,9 +41,6 @@ jobs: platforms: linux/amd64 push: true tags: digitalmethodsinitiative/4cat:latest - retry: - max-attempts: 2 - delay-seconds: 30 push_to_registry_arm64: name: Push Docker image to Docker Hub (arm64) @@ -78,6 +75,4 @@ jobs: platforms: linux/arm64 push: true tags: digitalmethodsinitiative/4cat:latest - retry: - max-attempts: 2 - delay-seconds: 30 + \ No newline at end of file