更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 2m1s Details

This commit is contained in:
root 2024-07-07 08:17:15 +08:00
parent 5fee5a65a1
commit e3f4c0f43d
1 changed files with 1 additions and 1 deletions

View File

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