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 7c86871 commit 328bebeCopy full SHA for 328bebe
.github/workflows/dockerhub.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: docker/metadata-action@v3
37
with:
38
images: |
39
+ ghcr.io/nginx-proxy/acme-companion
40
nginxproxy/acme-companion
41
jrcs/letsencrypt-nginx-proxy-companion
42
tags: |
@@ -58,6 +59,13 @@ jobs:
58
59
username: ${{ secrets.DOCKERHUB_USERNAME }}
60
password: ${{ secrets.DOCKERHUB_TOKEN }}
61
62
+ - name: Log in to GitHub Container Registry
63
+ uses: docker/login-action@v1
64
+ with:
65
+ registry: ghcr.io
66
+ username: ${{ github.actor }}
67
+ password: ${{ secrets.GITHUB_TOKEN }}
68
+
69
- name: Build and push
70
id: docker_build
71
uses: docker/build-push-action@v2
0 commit comments