ci: allow failure of the docker-build job

This commit is contained in:
Iain Learmonth 2024-07-12 15:48:57 +01:00
parent 6e691257f7
commit 1e70ec8fa6

View file

@ -84,6 +84,7 @@ pages:
docker-build: docker-build:
image: docker:latest image: docker:latest
stage: build stage: build
allow_failure: true
services: services:
- docker:dind - docker:dind
variables: variables: