From 3677d2fd212c4281b07ffa981f8964fbcc12cbed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:05:27 +0000 Subject: [PATCH] github-action: bump docker/metadata-action from 5.0.0 to 5.5.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.5.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/96383f45573cb7f253c731d3b3ab81c87ef81934...dbef88086f6cef02e264edb7dbf63250c17cef6c) --- 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-image-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image-base.yml b/.github/workflows/build-image-base.yml index df5021ee..559c0979 100644 --- a/.github/workflows/build-image-base.yml +++ b/.github/workflows/build-image-base.yml @@ -65,7 +65,7 @@ jobs: - name: Extract metadata (tags, labels) for ghcr id: meta-ghcr - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c with: images: ghcr.io/alphagov/paas/${{ inputs.image }} tags: | @@ -80,7 +80,7 @@ jobs: org.opencontainers.image.title=GOV.UK PaaS ${{ inputs.image }} - name: Extract metadata (tags, labels) for docker hub id: meta-dockerhub - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c with: images: governmentpaas/${{ inputs.image }} tags: |