Add a specific timeout for the Docker multiarch build

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-11-06 10:06:48 +01:00
부모 8519364e77
커밋 c806beddcd
No known key found for this signature in database
GPG 키 ID: A061B9DDE0CA0773
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -210,10 +210,11 @@ pages:
docker buildx build
--push
--platform linux/amd64,linux/arm64,linux/arm
-t framasoft/mobilizon:multiarch
-t $DOCKER_IMAGE_NAME
-f docker/production/Dockerfile .
tags:
- "privileged"
timeout: 3 hours
build-docker-master:
<<: *docker