Skip to content

Commit

Permalink
docker_latest.yml: remove retry; because it does not exist
Browse files Browse the repository at this point in the history
thanks chatgpt hehe
  • Loading branch information
dale-wahl committed Feb 5, 2025
1 parent 8444673 commit d3fec55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -78,6 +75,4 @@ jobs:
platforms: linux/arm64
push: true
tags: digitalmethodsinitiative/4cat:latest
retry:
max-attempts: 2
delay-seconds: 30

0 comments on commit d3fec55

Please sign in to comment.