|
25 | 25 | fetch-depth: 0 |
26 | 26 |
|
27 | 27 | - name: Fetch Cached Artifacts |
28 | | - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
| 28 | + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 |
29 | 29 | with: |
30 | 30 | path: ${{ github.workspace }}/dist |
31 | 31 | key: nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }} |
|
60 | 60 | type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }} |
61 | 61 |
|
62 | 62 | - name: Build NGF Docker Image |
63 | | - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 |
| 63 | + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 |
64 | 64 | with: |
65 | 65 | file: build/Dockerfile |
66 | 66 | tags: ${{ steps.ngf-meta.outputs.tags }} |
|
71 | 71 | pull: true |
72 | 72 |
|
73 | 73 | - name: Build NGINX Docker Image |
74 | | - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 |
| 74 | + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 |
75 | 75 | with: |
76 | 76 | file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}} |
77 | 77 | tags: ${{ steps.nginx-meta.outputs.tags }} |
|
86 | 86 |
|
87 | 87 | - name: Install cloud-provider-kind |
88 | 88 | run: | |
89 | | - CLOUD_PROVIDER_KIND_VERSION=v0.5.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind |
| 89 | + CLOUD_PROVIDER_KIND_VERSION=v0.6.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind |
90 | 90 | go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION} |
91 | 91 |
|
92 | 92 | - name: Run cloud-provider-kind |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 |
|
140 | 140 | - name: Install cloud-provider-kind |
141 | 141 | run: | |
142 | | - CLOUD_PROVIDER_KIND_VERSION=v0.5.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind |
| 142 | + CLOUD_PROVIDER_KIND_VERSION=v0.6.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind |
143 | 143 | go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION} |
144 | 144 |
|
145 | 145 | - name: Run cloud-provider-kind |
|
0 commit comments