Compare commits

..

No commits in common. "e21a616ecd059a1c48e23b5ee888fd8f25c41168" and "b4037877a826e6a44c8d7124c96fadbf659133f7" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
context: .
dockerfile: Dockerfile
#tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
tags: ${{env.REMOTE_IMG_NAME}} #支持env变量
tags: "${{env.REMOTE_IMG_NAME}}" #不支持env变量
username: ${{ vars.ALI_USER }}
password: ${{ vars.ALI_PWD }}
- name: Run On Server