测试编译流水线配置文件
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -3,4 +3,3 @@ FROM scratch
|
||||
COPY ./hello-world-linux-amd64 /hello-world
|
||||
|
||||
ENTRYPOINT ["/hello-world"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user