Skip to content

Commit a8922d5

Browse files
Bump docker/metadata-action from 5.5.1 to 5.6.1
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.5.1...v5.6.1) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e35203 commit a8922d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-
3737
name: Docker meta
3838
id: docker_meta
39-
uses: docker/metadata-action@v5.5.1
39+
uses: docker/metadata-action@v5.6.1
4040
with:
4141
images: |
4242
ghcr.io/${{ inputs.repo_owner }}/${{ inputs.app_name }}

.github/workflows/build-split-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
-
4343
name: Docker meta
4444
id: docker_meta
45-
uses: docker/metadata-action@v5.5.1
45+
uses: docker/metadata-action@v5.6.1
4646
with:
4747
images: |
4848
ghcr.io/${{ inputs.repo_owner }}/${{ inputs.app_name }}

0 commit comments

Comments
 (0)