Skip to content

Commit 044b913

Browse files
Bump docker/metadata-action from 5 to 6
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c290e73 commit 044b913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- name: Docker meta
2020
id: meta
21-
uses: docker/metadata-action@v5
21+
uses: docker/metadata-action@v6
2222
with:
2323
images: ${{ env.REGISTRY_NAME }}/${{ env.IMAGE_NAME }}
2424
tags: |

0 commit comments

Comments
 (0)