File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 73
73
with :
74
74
go-version : " 1.22"
75
75
76
+ - name : Login to Registry
77
+ uses : docker/login-action@v1
78
+ with :
79
+ registry : ${{ secrets.DOCKER_REGISTRY }}
80
+ username : ${{ secrets.DOCKER_USERNAME }}
81
+ password : ${{ secrets.DOCKER_PASSWORD }}
82
+
76
83
- name : Build images
77
84
env :
78
85
TAG : dev
Original file line number Diff line number Diff line change 73
73
with :
74
74
go-version : " 1.22"
75
75
76
+ - name : Login to Registry
77
+ uses : docker/login-action@v1
78
+ with :
79
+ registry : ${{ secrets.DOCKER_REGISTRY }}
80
+ username : ${{ secrets.DOCKER_USERNAME }}
81
+ password : ${{ secrets.DOCKER_PASSWORD }}
82
+
76
83
- name : Build images
77
84
env :
78
85
TAG : dev
Original file line number Diff line number Diff line change 70
70
uses : actions/setup-go@v4
71
71
with :
72
72
go-version : " 1.22"
73
+ - name : Login to Registry
74
+ uses : docker/login-action@v1
75
+ with :
76
+ registry : ${{ secrets.DOCKER_REGISTRY }}
77
+ username : ${{ secrets.DOCKER_USERNAME }}
78
+ password : ${{ secrets.DOCKER_PASSWORD }}
73
79
74
80
- name : Login to Private Registry
75
81
uses : docker/login-action@v1
Original file line number Diff line number Diff line change 70
70
with :
71
71
go-version : " 1.22"
72
72
73
+ - name : Login to Registry
74
+ uses : docker/login-action@v1
75
+ with :
76
+ registry : ${{ secrets.DOCKER_REGISTRY }}
77
+ username : ${{ secrets.DOCKER_USERNAME }}
78
+ password : ${{ secrets.DOCKER_PASSWORD }}
79
+
73
80
- name : Login to Private Registry
74
81
uses : docker/login-action@v1
75
82
with :
You can’t perform that action at this time.
0 commit comments