diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1360b9b96c..34cafc42c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 with: context: ${{ inputs.tag != '' && 'git' || 'workflow' }} images: | diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 53f0799ba6..00654ae10d 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -52,7 +52,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric @@ -65,7 +65,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }} diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 625660ccbe..6273724bfe 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -46,7 +46,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric @@ -59,7 +59,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }} diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 3a8ba53fb3..16fa1f8233 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -35,7 +35,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric @@ -48,7 +48,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}