build(deps): bump docker/metadata-action from 5.0.0 to 5.1.0

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](96383f4557...f19c3691d5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-30 17:28:50 +00:00
committed by GitHub
parent 9e4b69f818
commit adbf0bb1dc
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

View File

@@ -69,7 +69,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}