add yml
Some checks failed
Dns / build (push) Failing after 10s

This commit is contained in:
lychang
2025-06-23 01:17:29 +08:00
parent 0dacd10a84
commit b80958c190

View File

@@ -13,6 +13,6 @@ jobs:
SERVICE_NAME: "ddns"
IMAGE_TAG: "latest"
steps:
- run: cd /workspace/tools/ddns
- run: docker images
- run: docker build -t $BUILD_NAME:$IMAGE_TAG .
- run: docker run -d --name $SERVICE_NAME $BUILD_NAME:$IMAGE_TAG