From e77ddbf091464cea8b7b34cfad9e92966e3fa9e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 07:29:40 +0000 Subject: [PATCH] Update docker/metadata-action action to v5.9.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | docker/metadata-action | v5.8.0 | v5.9.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/conformance.yml | 4 ++-- .github/workflows/functional.yml | 4 ++-- .github/workflows/helm.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd20d517f2..2c47f5e5e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 with: context: ${{ inputs.tag != '' && 'git' || 'workflow' }} images: | diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 12709b2d1a..4669a4ecfa 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -78,7 +78,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric @@ -92,7 +92,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.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 4791f98faf..8a746dd006 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -60,7 +60,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric @@ -73,7 +73,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.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 b292682c28..fb989d6ce1 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -39,7 +39,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric @@ -52,7 +52,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 with: images: | name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}