We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315cd4f commit 8b3f38aCopy full SHA for 8b3f38a
.github/workflows/dockerhub.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Get Docker tags for Alpine based image
34
if: ${{ matrix.base == 'alpine' }}
35
id: docker_meta_alpine
36
- uses: crazy-max/ghaction-docker-meta@v2
+ uses: docker/metadata-action@v3
37
with:
38
images: |
39
nginxproxy/docker-gen
@@ -46,7 +46,7 @@ jobs:
46
- name: Get Docker tags for Debian based image
47
if: ${{ matrix.base == 'debian' }}
48
id: docker_meta_debian
49
50
51
52
0 commit comments