334
All checks were successful
build and push / build-and-push (push) Successful in 5m36s

This commit is contained in:
编码猿
2025-10-07 00:04:20 +08:00
parent 1da7c28c78
commit f3a8ccee49
2 changed files with 26 additions and 37 deletions

View File

@@ -37,11 +37,6 @@ jobs:
- name: 替换镜像标签为 github.sha
run: |
sed -i "s|{{IMAGE_TAG}}|${{ github.sha }}|g" app-product.yml
# 验证替换结果(可选,用于调试)
echo "替换后的 app-product.yml 内容:"
cat app-product.yml
echo ""
- name: 上传 app-product.yml 到前端集群管理机
uses: appleboy/scp-action@v1