Skip to content

Commit 8b3f38a

Browse files
committed
ci: upgrade to docker/metadata-action@v3
1 parent 315cd4f commit 8b3f38a

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Get Docker tags for Alpine based image
3434
if: ${{ matrix.base == 'alpine' }}
3535
id: docker_meta_alpine
36-
uses: crazy-max/ghaction-docker-meta@v2
36+
uses: docker/metadata-action@v3
3737
with:
3838
images: |
3939
nginxproxy/docker-gen
@@ -46,7 +46,7 @@ jobs:
4646
- name: Get Docker tags for Debian based image
4747
if: ${{ matrix.base == 'debian' }}
4848
id: docker_meta_debian
49-
uses: crazy-max/ghaction-docker-meta@v2
49+
uses: docker/metadata-action@v3
5050
with:
5151
images: |
5252
nginxproxy/docker-gen

0 commit comments

Comments
 (0)