更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 26s
Details
Docker Deploy / build-and-deploy (push) Failing after 26s
Details
This commit is contained in:
parent
c2455a5802
commit
724ea8cf03
|
@ -55,7 +55,8 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
# tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||||
|
tags: $REMOTE_IMG_NAME
|
||||||
username: ${{ vars.ALI_USER }}
|
username: ${{ vars.ALI_USER }}
|
||||||
password: ${{ vars.ALI_PWD }}
|
password: ${{ vars.ALI_PWD }}
|
||||||
- name: Run On Server
|
- name: Run On Server
|
||||||
|
|
Loading…
Reference in New Issue