We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78afe55 commit d5b6e9cCopy full SHA for d5b6e9c
.github/workflows/functional.yml
@@ -146,7 +146,6 @@ jobs:
146
echo "KUBECONFIG=${kube_config}" >> "$GITHUB_ENV"
147
148
- name: Wait for release to exist
149
- if: startsWith(github.ref, 'refs/tags/')
150
run: |
151
REF=${{ github.ref_name }}
152
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric:${REF#v}; do sleep 5; done
0 commit comments