Skip to content

Commit e71dbe5

Browse files
Update docker/metadata-action action to v5
1 parent 3cbfa1c commit e71dbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Extract metadata for Docker
3030
id: meta
31-
uses: docker/metadata-action@v2
31+
uses: docker/metadata-action@v5
3232
with:
3333
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3434
tags: |

0 commit comments

Comments
 (0)