4040 fetch-depth : 0
4141
4242 - name : Setup Golang Environment
43- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
43+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
4444 with :
4545 go-version : stable
4646
5555 uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
5656 with :
5757 images : |
58- name=ghcr.io/nginxinc /nginx-gateway-fabric
58+ name=ghcr.io/nginx /nginx-gateway-fabric
5959 tags : |
6060 type=semver,pattern={{version}}
6161 type=edge
6868 uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
6969 with :
7070 images : |
71- name=ghcr.io/nginxinc /nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
71+ name=ghcr.io/nginx /nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
7272 tags : |
7373 type=semver,pattern={{version}}
7474 type=edge
@@ -78,22 +78,22 @@ jobs:
7878
7979 - name : Generate static deployment
8080 run : |
81- ngf_prefix=ghcr.io/nginxinc /nginx-gateway-fabric
81+ ngf_prefix=ghcr.io/nginx /nginx-gateway-fabric
8282 ngf_tag=${{ steps.ngf-meta.outputs.version }}
8383 make generate-static-deployment PLUS_ENABLED=${{ inputs.image == 'plus' && 'true' || 'false' }} PREFIX=${ngf_prefix} TAG=${ngf_tag}
8484 working-directory : ./tests
8585
8686 - name : Build binary
8787 uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
8888 with :
89- version : v2.5 .1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
89+ version : v2.6 .1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
9090 args : build --single-target --snapshot --clean
9191 env :
9292 TELEMETRY_ENDPOINT : " " # disables sending telemetry
9393 TELEMETRY_ENDPOINT_INSECURE : " false"
9494
9595 - name : Build NGF Docker Image
96- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
96+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
9797 with :
9898 file : build/Dockerfile
9999 tags : ${{ steps.ngf-meta.outputs.tags }}
@@ -104,7 +104,7 @@ jobs:
104104 pull : true
105105
106106 - name : Build NGINX Docker Image
107- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
107+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
108108 with :
109109 file : build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}}
110110 tags : ${{ steps.nginx-meta.outputs.tags }}
@@ -123,7 +123,7 @@ jobs:
123123 working-directory : ./tests
124124
125125 - name : Build Test Docker Image
126- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
126+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
127127 with :
128128 file : tests/conformance/Dockerfile
129129 tags : conformance-test-runner:${{ github.sha }}
@@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Setup conformance tests
149149 run : |
150- ngf_prefix=ghcr.io/nginxinc /nginx-gateway-fabric
150+ ngf_prefix=ghcr.io/nginx /nginx-gateway-fabric
151151 ngf_tag=${{ steps.ngf-meta.outputs.version }}
152152 if [ ${{ github.event_name }} == "schedule" ]; then export GW_API_VERSION=main; fi
153153 make helm-install-local${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag}
@@ -164,7 +164,7 @@ jobs:
164164
165165 - name : Upload profile to GitHub
166166 if : ${{ inputs.enable-experimental }}
167- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
167+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
168168 with :
169169 name : conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}
170170 path : ./tests/conformance-profile.yaml
0 commit comments