Skip to content

Commit

Permalink
Merge pull request #240 from WyriHaximusNet/renovate/nick-invision-re…
Browse files Browse the repository at this point in the history
…try-3.x

Update nick-invision/retry action to v3
  • Loading branch information
WyriHaximus authored Feb 4, 2024
2 parents c796b37 + 47dcbf9 commit 19ea5e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dbhi/qus/action@main
- run: mkdir ./docker-image/
- uses: nick-invision/retry@v2
- uses: nick-invision/retry@v3
with:
timeout_minutes: 120
retry_wait_seconds: 30
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
- run: find ./docker-image/ | grep "image.tar" | xargs -I % sh -c 'docker load --input % && rm %'
- run: docker images
- name: Login to container registries
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 120
retry_wait_seconds: 30
Expand All @@ -302,7 +302,7 @@ jobs:
- name: Docker info
run: docker info
- name: Retag
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 120
retry_wait_seconds: 30
Expand All @@ -312,7 +312,7 @@ jobs:
(jq -r 'to_entries | map("(find ./docker-image/ | grep image.tags | xargs -I $ cat $) | xargs -I % docker push " + .key + "/%") | .[]' <<<"$DOCKER_IMAGE_REGISTRIES_SECRET_MAPPING") | sh
- run: docker images
- name: Push all images to registries
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 120
retry_wait_seconds: 30
Expand Down

0 comments on commit 19ea5e1

Please sign in to comment.