Skip to content

Commit cf0dd5d

Browse files
author
Miku Laitinen
committed
[CI] Change the deprecated metadata action to a supported one
1 parent 75c7133 commit cf0dd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Get Docker tags for Debian based image
2222
id: docker_meta_debian
23-
uses: crazy-max/ghaction-docker-meta@v2
23+
uses: docker/metadata-action@v5
2424
with:
2525
images: |
2626
mikula/letsproxy
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Get Docker tags for Alpine based image
6666
id: docker_meta_alpine
67-
uses: crazy-max/ghaction-docker-meta@v2
67+
uses: docker/metadata-action@v5
6868
with:
6969
images: |
7070
mikula/letsproxy

0 commit comments

Comments
 (0)