Add packer version to cache key

This commit is contained in:
jalr 2018-02-16 19:59:37 +01:00
parent da98d45f23
commit 7f7c2b56ac

View file

@ -13,7 +13,7 @@ prepare:
ZIPFILE: packer_${PACKER_VERSION}_linux_amd64.zip
stage: setup
cache:
key: binaries
key: "binaries_packer-$PACKER_VERSION"
paths:
- bin
script:
@ -37,7 +37,7 @@ packer:
- rootfs.tar.gz
expire_in: 2 weeks
cache:
key: binaries
key: "binaries_packer-$PACKER_VERSION"
paths:
- bin
policy: pull