|
49 | 49 | uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
|
50 | 50 | with:
|
51 | 51 | images: |
|
52 |
| - name=ghcr.io/nginxinc/nginx-gateway-fabric |
| 52 | + name=ghcr.io/nginx/nginx-gateway-fabric |
53 | 53 | tags: |
|
54 | 54 | type=semver,pattern={{version}}
|
55 | 55 | type=schedule
|
|
62 | 62 | uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
|
63 | 63 | with:
|
64 | 64 | images: |
|
65 |
| - name=ghcr.io/nginxinc/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }} |
| 65 | + name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }} |
66 | 66 | tags: |
|
67 | 67 | type=semver,pattern={{version}}
|
68 | 68 | type=edge
|
@@ -126,21 +126,21 @@ jobs:
|
126 | 126 |
|
127 | 127 | - name: Run functional telemetry tests
|
128 | 128 | run: |
|
129 |
| - ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric |
| 129 | + ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric |
130 | 130 | ngf_tag=${{ steps.ngf-meta.outputs.version }}
|
131 | 131 | make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GINKGO_LABEL=telemetry GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
|
132 | 132 | working-directory: ./tests
|
133 | 133 |
|
134 | 134 | - name: Run functional graceful-recovery tests
|
135 | 135 | run: |
|
136 |
| - ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric |
| 136 | + ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric |
137 | 137 | ngf_tag=${{ steps.ngf-meta.outputs.version }}
|
138 | 138 | make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GINKGO_LABEL=graceful-recovery GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
|
139 | 139 | working-directory: ./tests
|
140 | 140 |
|
141 | 141 | - name: Run functional tests
|
142 | 142 | run: |
|
143 |
| - ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric |
| 143 | + ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric |
144 | 144 | ngf_tag=${{ steps.ngf-meta.outputs.version }}
|
145 | 145 | make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
|
146 | 146 | working-directory: ./tests
|
0 commit comments