Skip to content

Commit

Permalink
add wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 11, 2024
1 parent 8f7fc7b commit cb02b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
- name: Wait for release to exist
run: |
REF=${{ github.ref_name }}
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric:${REF#v}; do sleep 5; done
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${REF#v}; do sleep 5; done
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric:${REF}; do sleep 5; done
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${REF}; do sleep 5; done
- name: Setup functional tests
id: setup
Expand Down

0 comments on commit cb02b36

Please sign in to comment.