更新 .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
b75ff91642
commit
44ea666556
|
@ -11,11 +11,11 @@ jobs:
|
||||||
runs-on: runner
|
runs-on: runner
|
||||||
env:
|
env:
|
||||||
HOST_PORT: 8080
|
HOST_PORT: 8080
|
||||||
REGISTRY: "${{ vars.ALI_REGISTRY }}"
|
# REGISTRY: "${{ vars.ALI_REGISTRY }}"
|
||||||
REPO: "${{ vars.ALI_REPO }}"
|
# REPO: "${{ vars.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: "${{ vars.ALI_REGISTRY }}/${{ vars.ALI_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