Skip to content

Commit

Permalink
reduce iterations to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdprotacio committed Dec 9, 2023
1 parent 4cfd4ae commit d8baa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ jobs:
})
}
loop++
} while(caches && loop < 3)
} while(caches && loop < 2)
console.log("Clear completed")

0 comments on commit d8baa07

Please sign in to comment.