From 1d596e83f89747f30cd63e0a170623e13843ddba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:21:34 +0000 Subject: [PATCH] Update docker/metadata-action action to v5.6.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | docker/metadata-action | v5.5.1 | v5.6.1 | 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 bb56f152aa..70cecb47b2 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@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: context: ${{ inputs.tag != '' && 'git' || 'workflow' }} images: | diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index d91001f0c6..edf5692597 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -48,7 +48,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | name=ghcr.io/nginxinc/nginx-gateway-fabric @@ -61,7 +61,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | name=ghcr.io/nginxinc/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }} diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 13fe8aa975..c441fded8b 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -43,7 +43,7 @@ jobs: - name: NGF Docker meta id: ngf-meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | name=ghcr.io/nginxinc/nginx-gateway-fabric @@ -56,7 +56,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | name=ghcr.io/nginxinc/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }} diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 9edba640f6..1b124ec42e 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@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | name=ghcr.io/nginxinc/nginx-gateway-fabric @@ -48,7 +48,7 @@ jobs: - name: NGINX Docker meta id: nginx-meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | name=ghcr.io/nginxinc/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}