Skip to content

Commit 181ece1

Browse files
Merge pull request #1 from PythonCoderAS/dependabot/github_actions/docker/metadata-action-5.5.0
Bump docker/metadata-action from 5.0.0 to 5.5.0
2 parents 2de1b71 + c6ab138 commit 181ece1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# https://github.com/docker/metadata-action
4848
- name: Extract Docker metadata
4949
id: meta
50-
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
50+
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
5151
with:
5252
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5353

0 commit comments

Comments
 (0)