Switch to an image that will have buildx

This commit is contained in:
Salt 2021-03-20 14:25:59 -05:00
parent 234992141c
commit 138fa27962
1 changed files with 1 additions and 1 deletions

View File

@ -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