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

This commit is contained in:
root 2024-07-07 08:20:37 +08:00
parent e3f4c0f43d
commit 6e1b6eda39
1 changed files with 1 additions and 1 deletions

View File

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