更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 2m27s Details

This commit is contained in:
root 2024-07-06 23:59:29 +08:00
parent 724ea8cf03
commit 5fee5a65a1
1 changed files with 2 additions and 2 deletions

View File

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