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