diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c85be61..c525978 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker:latest +image: docker:19 services: - docker:dind @@ -31,4 +31,4 @@ build: - docker buildx create --name multibuilder - docker buildx use multibuilder # build and push - - docker buildx build --platform "${PLATFORMS}" -t $IMAGE:${IMAGE_TAG} . --push \ No newline at end of file + - docker buildx build --platform "${PLATFORMS}" -t $IMAGE:${IMAGE_TAG} . --push