From 41727351a4ecbf6822e1f05313485ee3087e3b8d Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Thu, 23 Feb 2023 08:46:22 +0100 Subject: [PATCH] CI: Create docker context before running buildx See: https://github.com/docker/setup-buildx-action/issues/105#issuecomment-910928571 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27bf4cc..4f531c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,8 @@ audit: pages: before_script: - - docker buildx create --use + - docker context create builders + - docker buildx create --use builders script: - docker buildx build --file ci/docs.dockerfile --output type=local,dest=public . artifacts: