We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f16606 commit 9aa5c8fCopy full SHA for 9aa5c8f
.github/actions/docker-test/action.yml
@@ -15,7 +15,7 @@ runs:
15
using: 'composite'
16
steps:
17
- name: '[Docker Build & Test] DockerHub'
18
- uses: nick-fields/retry@v3
+ uses: nick-fields/retry@v4
19
with:
20
shell: pwsh
21
timeout_minutes: 30
@@ -27,7 +27,7 @@ runs:
27
--docker_distro=${{ inputs.docker_distro }} --docker_registry dockerhub --verbosity=diagnostic
28
29
- name: '[Docker Build & Test] GitHub'
30
31
32
33
0 commit comments