add alpine version to pip cache key

This commit is contained in:
JuniorJPDJ 2022-11-27 22:30:00 +00:00
parent b95775123e
commit ecbf6c2827
1 changed files with 2 additions and 2 deletions

View File

@ -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: