File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ jobs:
91
91
if : github.event_name != 'pull_request'
92
92
uses : docker/login-action@v2
93
93
with :
94
- registry : cn-east-3@ ${{ env.HUAWEICLOUD_REGISTRY_SH }}
95
- username : ${{ secrets.HUAWEICLOUD_USERNAME }}
94
+ registry : ${{ env.HUAWEICLOUD_REGISTRY_SH }}
95
+ username : cn-east-3@ ${{ secrets.HUAWEICLOUD_USERNAME }}
96
96
password : ${{ secrets.HUAWEICLOUD_PASSWORD }}
97
97
98
98
- name : Log into registry ${{ env.HUAWEICLOUD_REGISTRY_BJ }}
99
99
if : github.event_name != 'pull_request'
100
100
uses : docker/login-action@v2
101
101
with :
102
- registry : cn-north-4@ ${{ env.HUAWEICLOUD_REGISTRY_BJ }}
103
- username : ${{ secrets.HUAWEICLOUD_USERNAME }}
102
+ registry : ${{ env.HUAWEICLOUD_REGISTRY_BJ }}
103
+ username : cn-north-4@ ${{ secrets.HUAWEICLOUD_USERNAME }}
104
104
password : ${{ secrets.HUAWEICLOUD_PASSWORD }}
105
105
106
106
- name : Log into registry ${{ env.HUAWEICLOUD_REGISTRY_GZ }}
@@ -194,4 +194,4 @@ jobs:
194
194
platforms : linux/amd64,linux/arm64
195
195
cache-from : type=gha
196
196
cache-to : type=gha,mode=max
197
- file : Dockerfile
197
+ file : Dockerfile
You can’t perform that action at this time.
0 commit comments