From c98c62d10cbcc6c1b7d8a2073bbcc2d16092ea32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:16:03 +0000 Subject: [PATCH] Bump docker/metadata-action from 4.1.1 to 4.2.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/57396166ad8aefe6098280995947635806a0e6ea...05d22bf31770de02e20c67c70365453e00227f61) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-oss.yml | 2 +- .github/workflows/build-plus.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-oss.yml b/.github/workflows/build-oss.yml index cfc94185dd..8d22720237 100644 --- a/.github/workflows/build-oss.yml +++ b/.github/workflows/build-oss.yml @@ -88,7 +88,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # v4.1.1 + uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0 with: images: | name=nginx/nginx-ingress diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml index 6616eafb77..1aed89ffa2 100644 --- a/.github/workflows/build-plus.yml +++ b/.github/workflows/build-plus.yml @@ -68,7 +68,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # v4.1.1 + uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0 with: images: | name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic${{ contains(inputs.nap_modules, 'dos') && '-dos' || '' }}${{ contains(inputs.nap_modules, 'waf') && '-nap' || '' }}/nginx-plus-ingress