test: 修改流水线超时时间

This commit is contained in:
xiao 2024-11-05 08:09:01 +08:00 committed by cnb
parent c4ba171095
commit b916ca3611

View File

@ -35,6 +35,7 @@ lnmp:
- name: docker login
script: docker login -u ${CNB_TOKEN_USER_NAME} -p "${CNB_TOKEN}" ${CNB_DOCKER_REGISTRY}
- name: docker build
timeout: 3600s
script: docker build -t ${IMAGE_TAG} -f ./arm64/Dockerfile ./arm64
- name: docker push
script: docker push ${IMAGE_TAG}