This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,25 +51,25 @@ jobs:
5151 DOCKER_USERNAME : ${{secrets.DOCKER_USERNAME}}
5252 DOCKER_PASSWORD : ${{secrets.DOCKER_PASSWORD}}
5353 - name : Deploy new images
54- uses : nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
54+ uses : nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2
5555 with :
5656 timeout_minutes : 20
5757 max_attempts : 3
5858 command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release
5959 - name : Tag images as latest
60- uses : nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
60+ uses : nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2
6161 with :
6262 timeout_minutes : 20
6363 max_attempts : 3
6464 command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make tag_latest
6565 - name : Deploy latest tag
66- uses : nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
66+ uses : nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2
6767 with :
6868 timeout_minutes : 20
6969 max_attempts : 3
7070 command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest
7171 - name : Tag browser images
72- uses : nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
72+ uses : nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2
7373 with :
7474 timeout_minutes : 20
7575 max_attempts : 3
You can’t perform that action at this time.
0 commit comments