Skip to content

Commit c23cd4d

Browse files
authored
Merge pull request #26 from flashcatcloud/dependabot/github_actions/docker/metadata-action-6
chore(ci): bump docker/metadata-action from 5 to 6
2 parents 232a6c5 + 98962f1 commit c23cd4d

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Extract Docker metadata
4444
id: meta
45-
uses: docker/metadata-action@v5
45+
uses: docker/metadata-action@v6
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848
tags: |

0 commit comments

Comments
 (0)