Skip to content

Commit e14a3b8

Browse files
Bump the github-actions group across 2 directories with 1 update
Bumps the github-actions group with 1 update in the / directory: [docker/metadata-action](https://github.com/docker/metadata-action). Bumps the github-actions group with 1 update in the /.github/workflows directory: [docker/metadata-action](https://github.com/docker/metadata-action). Updates `docker/metadata-action` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@318604b...c299e40) Updates `docker/metadata-action` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@318604b...c299e40) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d185029 commit e14a3b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Extract metadata (tags, labels)
6060
id: docker-meta
61-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
61+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
6262
with:
6363
images: ${{ env.DOCKER_IMAGE_NAME }}
6464
flavor: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Extract metadata (tags, labels)
6060
id: docker-meta
61-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
61+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
6262
with:
6363
images: ${{ env.DOCKER_IMAGE_NAME }}
6464
flavor: |

0 commit comments

Comments
 (0)