From ecbf6c282783c26ae5dd3474649e8c23adeaf357 Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Sun, 27 Nov 2022 22:30:00 +0000 Subject: [PATCH] add alpine version to pip cache key --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64392ae29..e687c9c94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ build_dep_wheels: - allow_failure: false stage: deps_build tags: [docker, $DOCKER_ARCH] - + image: ${DOCKER_ARCH}/alpine:${ALPINE_VERSION} parallel: matrix: @@ -75,7 +75,7 @@ build_dep_wheels: - .cargo/registry/index - .cargo/registry/cache - .cargo/git/db - - key: dep-pip-$DOCKER_ARCH + - key: dep-pip-$DOCKER_ARCH-$ALPINE_VERSION paths: - .pip before_script: