更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 1m47s
Details
Docker Deploy / build-and-deploy (push) Successful in 1m47s
Details
This commit is contained in:
parent
e3f4c0f43d
commit
6e1b6eda39
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue