更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Has been cancelled Details

This commit is contained in:
root 2024-07-06 21:52:36 +08:00
parent c16a0866e1
commit a40700e833
1 changed files with 1 additions and 2 deletions

View File

@ -8,10 +8,9 @@ on:
jobs:
build-and-deploy:
runs-on: demo
runs-on: runner
env:
HOST_PORT: 8080
DOMAIN: "${{vars.DOMAIN}}"
CTN_NAME: "ctn-pms-demo"
IMG_NAME: "${{ github.repository }}:${{ github.ref_name }}"
steps: