Use DEBuilder base image to speed up CI

This commit is contained in:
Tristan 2022-06-11 11:34:33 +01:00
parent 41494f6b92
commit cd15a8e324
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4

View File

@ -8,7 +8,7 @@ variables:
GIT_DEPTH: "1"
.build-job: &build-job
image: docker.io/library/debian:buster
image: registry.gitlab.com/mangadex-pub/debuilder/buster:main
needs: [ ]
before_script:
- apt -qq update