diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8671eaaf..a9a244475 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,25 +51,25 @@ jobs: DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}} - name: Deploy new images - uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2 + uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2 with: timeout_minutes: 20 max_attempts: 3 command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release - name: Tag images as latest - uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2 + uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2 with: timeout_minutes: 20 max_attempts: 3 command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make tag_latest - name: Deploy latest tag - uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2 + uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2 with: timeout_minutes: 20 max_attempts: 3 command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest - name: Tag browser images - uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2 + uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2 with: timeout_minutes: 20 max_attempts: 3