Skip to content

Commit

Permalink
Bump nick-invision/retry from 2.8.0 to 2.8.1 (#1652)
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@616fa81...b4fa575)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2022
1 parent 5d0d8c8 commit 5d76e7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@ jobs:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
- name: Deploy new images
uses: nick-invision/retry@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # 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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # 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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # 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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2
with:
timeout_minutes: 20
max_attempts: 3
Expand Down

0 comments on commit 5d76e7b

Please sign in to comment.