File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ jobs:
19
19
- name : Set up Docker Buildx
20
20
uses : docker/setup-buildx-action@master
21
21
22
- - name : Login to ACR
22
+ - name : Login to Aliyun ACR
23
23
uses : aliyun/acr-login@master
24
24
with :
25
25
login-server : https://registry.cn-shanghai.aliyuncs.com
26
26
username : ${{ secrets.ACR_USERNAME }}
27
27
password : ${{ secrets.ACR_PASSWORD }}
28
28
29
- - name : Build and push
30
- id : docker_build
29
+ - name : Build and push Aliyun ACR
31
30
uses : docker/build-push-action@master
32
31
with :
33
32
push : true
41
40
username : ${{ secrets.DOCKERHUB_USERNAME }}
42
41
password : ${{ secrets.DOCKERHUB_TOKEN }}
43
42
44
- - name : Build and push
45
- id : docker_build
43
+ - name : Build and push to DockerHub
46
44
uses : docker/build-push-action@master
47
45
with :
48
46
push : true
You can’t perform that action at this time.
0 commit comments