更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 1m57s
Details
Docker Deploy / build-and-deploy (push) Successful in 1m57s
Details
This commit is contained in:
parent
6e1b6eda39
commit
b4037877a8
|
@ -55,8 +55,8 @@ jobs:
|
|||
push: true
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||
# tags: $REMOTE_IMG_NAME #不支持env变量
|
||||
#tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||
tags: "${{env.REMOTE_IMG_NAME}}" #不支持env变量
|
||||
username: ${{ vars.ALI_USER }}
|
||||
password: ${{ vars.ALI_PWD }}
|
||||
- name: Run On Server
|
||||
|
|
Loading…
Reference in New Issue