Change our cache key to better cache across architectures
This commit is contained in:
parent
1fe8c54505
commit
cf6541015e
@ -9,7 +9,7 @@ variables:
|
|||||||
VERSIONARCH: ${VERSION}-${ARCH}
|
VERSIONARCH: ${VERSION}-${ARCH}
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_JOB_NAME_SLUG}-${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- docker/
|
- docker/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user