From 128fc2af1fcba659d0e300c7de466a4066d9d576 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 30 Dec 2023 15:34:44 +0000
Subject: [PATCH] test: no-cache typo

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca5d48680..d7b55c17c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -306,7 +306,7 @@ jug_dev:
       cat mirrors.yaml.in | envsubst > mirrors.yaml
     - docker buildx build
                    --progress plain
-                   --no-cach
+                   --no-cache
                    --push ${BUILD_OPTIONS}
                    --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE}
                    ${EXPORT_TAG:+
-- 
GitLab