Add packer version to cache key
This commit is contained in:
parent
da98d45f23
commit
7f7c2b56ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue