ci: upgrade to docker/metadata-action@v3
This commit is contained in:
parent
b411a84a59
commit
2daa09ff21
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Get Docker tags for Debian based image
|
||||
id: docker_meta_debian
|
||||
uses: crazy-max/ghaction-docker-meta@v2
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: |
|
||||
nginxproxy/nginx-proxy
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
- name: Get Docker tags for Alpine based image
|
||||
id: docker_meta_alpine
|
||||
uses: crazy-max/ghaction-docker-meta@v2
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: |
|
||||
nginxproxy/nginx-proxy
|
||||
|
|
Loading…
Reference in a new issue