From 138fa279627aa27583811f33568a0a3de59cb9a7 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 20 Mar 2021 14:25:59 -0500 Subject: [PATCH] Switch to an image that will have buildx --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7200e34..6de497d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # This guy is awesome: https://dev.to/bzinoun/gitlab-ci-to-build-and-push-containers-to-registry-538a # -image: docker:latest +image: ezkrg/buildx:latest variables: # DinD's vfs driver is pretty intensive; this is less so DOCKER_DRIVER: overlay2