Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 23d2bf6

Browse files
Bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](docker/metadata-action@v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af201e7 commit 23d2bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# This step generates tags and labels for the Docker image
7070
- name: Extract metadata (tags, labels) for Docker
7171
id: meta
72-
uses: docker/metadata-action@v4
72+
uses: docker/metadata-action@v5
7373
with:
7474
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7575
tags: |

0 commit comments

Comments
 (0)