Commit 5c3077b 1 parent 1dfc574 commit 5c3077b Copy full SHA for 5c3077b
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 75
75
registry : ghcr.io
76
76
username : ${{ github.repository_owner }}
77
77
password : ${{ secrets.PERSONAL_TOKEN }}
78
+ -
79
+ name : Login to Docker Hub
80
+ uses : docker/login-action@v2
81
+ with :
82
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
83
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
78
84
- id : docker-tag
79
85
uses : yuya-takeyama/docker-tag-from-github-ref-action@v1
80
86
- name : Install semantic-release-cargo
98
104
platforms : linux/amd64,linux/arm64,linux/arm
99
105
push : true
100
106
tags : |
107
+ sarendsen/replex:latest
101
108
ghcr.io/sarendsen/replex:latest
102
109
- name : Build nginx images
103
110
uses : docker/build-push-action@v4
@@ -107,7 +114,8 @@ jobs:
107
114
platforms : linux/amd64,linux/arm64,linux/arm
108
115
push : true
109
116
tags : |
110
- ghcr.io/sarendsen/replex-nginx:latest
117
+ sarendsen/replex:nginx-latest
118
+ ghcr.io/sarendsen/replex:nginx-latest
111
119
- name : Invoke semantic-release
112
120
if : ${{ !inputs.images_only }}
113
121
env :
You can’t perform that action at this time.
0 commit comments