Skip to content

Commit cb7cb50

Browse files
Bump docker/metadata-action from 5.8.0 to 5.9.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@c1e5197...318604b) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0addadf commit cb7cb50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Extract metadata
4343
id: meta
44-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # https://github.com/docker/metadata-action/tree/v5
44+
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # https://github.com/docker/metadata-action/tree/v5
4545
with:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Extract metadata
103103
id: meta
104-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # https://github.com/docker/metadata-action/tree/v5
104+
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # https://github.com/docker/metadata-action/tree/v5
105105
with:
106106
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
107107
tags: |

0 commit comments

Comments
 (0)