File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 39
39
uses : docker/metadata-action@v3
40
40
with :
41
41
images : |
42
+ ghcr.io/nginx-proxy/docker-gen
42
43
nginxproxy/docker-gen
43
44
jwilder/docker-gen
44
45
tags : |
55
56
uses : docker/metadata-action@v3
56
57
with :
57
58
images : |
59
+ ghcr.io/nginx-proxy/docker-gen
58
60
nginxproxy/docker-gen
59
61
jwilder/docker-gen
60
62
tags : |
78
80
username : ${{ secrets.DOCKERHUB_USERNAME }}
79
81
password : ${{ secrets.DOCKERHUB_TOKEN }}
80
82
83
+ - name : Log in to GitHub Container Registry
84
+ uses : docker/login-action@v1
85
+ with :
86
+ registry : ghcr.io
87
+ username : ${{ github.actor }}
88
+ password : ${{ secrets.GITHUB_TOKEN }}
89
+
81
90
- name : Build and push the Alpine based image
82
91
if : ${{ matrix.base == 'alpine' }}
83
92
id : docker_build_alpine
@@ -107,4 +116,4 @@ jobs:
107
116
108
117
- name : Debian based image digest
109
118
if : ${{ matrix.base == 'debian' }}
110
- run : echo ${{ steps.docker_build_debian.outputs.digest }}
119
+ run : echo ${{ steps.docker_build_debian.outputs.digest }}
You can’t perform that action at this time.
0 commit comments