更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 9s
Details
Docker Deploy / build-and-deploy (push) Failing after 9s
Details
This commit is contained in:
parent
326d125e91
commit
d8ee3b9107
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: runner
|
||||
env:
|
||||
HOST_PORT: 8080
|
||||
REGISTRY: "${{REGISTRY}}"
|
||||
ALI_REGISTRY: "${{REGISTRY}}"
|
||||
REPO: "${{REPO}}"
|
||||
CTN_NAME: "ctn-pms-demo"
|
||||
IMG_NAME: "${{ github.repository }}:${{ github.ref_name }}"
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Login to Alibaba Cloud Docker Registry
|
||||
uses: http://${{vars.DOMAIN}}:5678/docker/login-action@v3
|
||||
with:
|
||||
registry: $REGISTRY
|
||||
registry: $ALI_REGISTRY
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ vars.DOCKER_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue