Skip to content

Commit ff933a9

Browse files
authored
Merge pull request #66 from actions/dependabot/github_actions/docker/metadata-action-4
Bump docker/metadata-action from 3 to 4
2 parents 8d8a313 + 7c5c12a commit ff933a9

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@v3
49+
uses: docker/metadata-action@v4
5050
with:
5151
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5252

0 commit comments

Comments
 (0)