File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 if : ${{ !contains(matrix.platform, 'arm') && !contains(matrix.platform, 'amd64') }}
151151 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
152152 - run : mkdir ./docker-image/
153- - uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3 .0.2
153+ - uses : nick-invision/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4 .0.0
154154 with :
155155 timeout_minutes : 120
156156 retry_wait_seconds : 30
@@ -327,7 +327,7 @@ jobs:
327327 xargs -I % docker push "localhost:5000/%" < /tmp/docker-image/image.tags
328328 - run : docker images
329329 - name : Login to container registries
330- uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3 .0.2
330+ uses : nick-invision/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4 .0.0
331331 with :
332332 timeout_minutes : 120
333333 retry_wait_seconds : 30
You can’t perform that action at this time.
0 commit comments