Fix login TKE registry error (#882)
Error response from daemon: Get https://ccr.ccs.tencentyun.com/v2/: unauthorized: authentication required Co-authored-by: Josh Gross <[email protected]>
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Login TKE Registry
|
||||
run: |
|
||||
docker login -u ${{ secrets.TENCENT_CLOUD_ACCOUNT_ID }} -p ${{ secrets.TKE_REGISTRY_PASSWORD }} ${TKE_IMAGE_URL}
|
||||
docker login -u ${{ secrets.TENCENT_CLOUD_ACCOUNT_ID }} -p '${{ secrets.TKE_REGISTRY_PASSWORD }}' ${TKE_IMAGE_URL}
|
||||
|
||||
# Push the Docker image to TKE Registry
|
||||
- name: Publish
|
||||
|
||||
Reference in New Issue
Block a user