Compare commits

...

2 Commits

Author SHA1 Message Date
root e21a616ecd Merge pull request '更新 .gitea/workflows/main.yaml' (#1) from v-test into main
Docker Deploy / build-and-deploy (push) Successful in 1m53s Details
Reviewed-on: #1
2024-07-07 08:31:56 +08:00
root af174c9d76 更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 1m55s Details
2024-07-07 08:27:53 +08:00
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