更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 12s
Details
Docker Deploy / build-and-deploy (push) Failing after 12s
Details
This commit is contained in:
parent
919daa93df
commit
bf528b788f
|
@ -15,7 +15,7 @@ jobs:
|
||||||
REPO: "${{ALI_REPO}}"
|
REPO: "${{ALI_REPO}}"
|
||||||
CTN_NAME: "ctn-pms-demo"
|
CTN_NAME: "ctn-pms-demo"
|
||||||
IMG_NAME: "${{ github.repository }}:${{ github.ref_name }}"
|
IMG_NAME: "${{ github.repository }}:${{ github.ref_name }}"
|
||||||
REMOTE_IMG_NAME: "${{REGISTRY}}/${{REPO}}/${{ github.repository }}:${{ github.ref_name }}"
|
REMOTE_IMG_NAME: "$REGISTRY/$REPO/${{ github.repository }}:${{ github.ref_name }}"
|
||||||
steps:
|
steps:
|
||||||
- name: install nodejs&golang and set proxy
|
- name: install nodejs&golang and set proxy
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue