测试编译流水线配置文件
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ steps:
|
||||
docker build -t "$SWR_REGISTRY_REPO:$IMAGE_TAG" .
|
||||
|
||||
echo "Pushing image..."
|
||||
docker push "$SWR_REGISTRY_REPO:$IMAGE_TAG""
|
||||
docker push "$SWR_REGISTRY_REPO:$IMAGE_TAG"
|
||||
|
||||
# 可选:打 latest 标签(仅 main 分支)
|
||||
if [ "${CI_COMMIT_BRANCH}" = "main" ]; then
|
||||
|
||||
Reference in New Issue
Block a user