测试编译流水线配置文件

This commit is contained in:
2026-01-07 09:40:54 +08:00
parent 51aa5e4a49
commit 8cb9e40e7d
+1
View File
@@ -66,6 +66,7 @@ steps:
# 可选:打 latest 标签(仅 main 分支)
if [ "${CI_COMMIT_BRANCH}" = "main" ]; then
echo "Pushing image(latest)..."
docker tag "$SWR_REGISTRY_REPO:$IMAGE_TAG" "$SWR_REGISTRY_REPO:latest"
docker push "$SWR_REGISTRY_REPO:latest"
fi