Skip to content

Commit 45d43e8

Browse files
Update docker/metadata-action action to v6
1 parent 7551d4b commit 45d43e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Extract metadata for Docker
2323
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
2424
id: meta
25-
uses: docker/metadata-action@v5
25+
uses: docker/metadata-action@v6
2626
with:
2727
images: codingteam/codingteam.org.ru
2828
tags: type=ref,event=branch

0 commit comments

Comments
 (0)