更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 2m1s
Details
Docker Deploy / build-and-deploy (push) Failing after 2m1s
Details
This commit is contained in:
parent
5fee5a65a1
commit
e3f4c0f43d
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue