更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 11s
Details
Docker Deploy / build-and-deploy (push) Failing after 11s
Details
This commit is contained in:
parent
e8cd05ee4b
commit
a1b5590014
|
@ -54,7 +54,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: . Dockerfile
|
context: . Dockerfile
|
||||||
tags: $REMOTE_IMG_NAME
|
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_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