Skip to content

Commit 925ad36

Browse files
chore: 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) - [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] <[email protected]>
1 parent a3e57c2 commit 925ad36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Docker meta
2929
id: docker_meta
30-
uses: docker/metadata-action@v4
30+
uses: docker/metadata-action@v5
3131
with:
3232
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
3333
- name: Build and push container image

.github/workflows/image-push-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Docker meta
2929
id: docker_meta
30-
uses: docker/metadata-action@v4
30+
uses: docker/metadata-action@v5
3131
with:
3232
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
3333
tags: |

0 commit comments

Comments
 (0)