Skip to content

Commit 26b0bd7

Browse files
.github: Bump docker/metadata-action from 5.6.1 to 5.7.0 (#2179)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.6.1 to 5.7.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.6.1...v5.7.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 851b79c commit 26b0bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Extract metadata (tags, labels) for Docker
7171
id: meta
72-
uses: docker/metadata-action@v5.6.1
72+
uses: docker/metadata-action@v5.7.0
7373
with:
7474
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7575
# Makes no sense to have an image with tag v0, hence the check in the last line.

0 commit comments

Comments
 (0)