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: http://pms.docker:5678/syschan/go-run/pulls/1
This commit is contained in:
root 2024-07-07 08:31:56 +08:00
commit e21a616ecd
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