Skip to content

Commit 2b2ad09

Browse files
dependabot[bot]vdemeester
authored andcommitted
build(deps): bump docker/metadata-action from 5.0.0 to 5.5.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.5.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@96383f4...dbef880) --- 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 b34634f commit 2b2ad09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Extract metadata (tags, labels) for Docker
5858
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request'
5959
id: meta
60-
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
60+
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c
6161
with:
6262
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}
6363
- name: Build and push Docker image

0 commit comments

Comments
 (0)