From b31c233bba1ff48759ca26c89cfcea514177291f Mon Sep 17 00:00:00 2001 From: Gareth Dunstone Date: Mon, 6 Jul 2020 15:02:47 +1000 Subject: [PATCH] worked it out --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4311fd9..6151fec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,6 @@ variables: - CI_BUILDX_ARCHS: "linux/amd64" CI_BUILD_IMAGE: "registry.gitlab.com/gdunstone/docker-buildx-qemu" - .build: image: $CI_BUILD_IMAGE stage: build @@ -30,7 +28,6 @@ variables: build:buildx-master: extends: .build - image: docker:dind only: refs: - master @@ -46,7 +43,6 @@ build:buildx-master: build:buildx: extends: .build - image: docker:dind only: variables: - $CI_BUILDX_ARCHS