Skip to content

Commit 98d3937

Browse files
authored
Merge pull request #99 from actions/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
2 parents 6b5ce3a + a156fa2 commit 98d3937

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
@@ -46,7 +46,7 @@ jobs:
4646
echo "tags=$tags" >> $GITHUB_OUTPUT
4747
- name: Extract Docker metadata
4848
id: meta
49-
uses: docker/metadata-action@v4
49+
uses: docker/metadata-action@v5
5050
with:
5151
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5252

0 commit comments

Comments
 (0)