测试编译流水线配置文件

This commit is contained in:
2026-01-07 09:38:20 +08:00
parent b751628e9a
commit e20ba28312
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -70,4 +70,4 @@ steps:
docker push "$SWR_REGISTRY_REPO:latest"
fi
echo "Image pushed: $${SWR_REGISTRY_REPO}:$${IMAGE_TAG}"
echo "Image pushed: $SWR_REGISTRY_REPO:$IMAGE_TAG"
-1
View File
@@ -3,4 +3,3 @@ FROM scratch
COPY ./hello-world-linux-amd64 /hello-world
ENTRYPOINT ["/hello-world"]