From ab4638c2748160e0899b72bdd190ca70cf6ee558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:13:18 +0000 Subject: [PATCH] Update docker/metadata-action action to v5.8.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | docker/metadata-action | v5.7.0 | v5.8.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 382ba36404..6a481ff79c 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 426e6d0f3e..fa45860252 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 6771db4e42..fcad40ca46 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 }}