add caches

This commit is contained in:
Mitchell Marino
2022-12-19 17:57:44 -06:00
parent bd28d00d12
commit 9ed85181ee
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ image_resource:
type: registry-image type: registry-image
source: {repository: rust} source: {repository: rust}
caches:
- path: "./target/"
inputs: inputs:
- name: repo - name: repo
+1
View File
@@ -7,6 +7,7 @@ image_resource:
# This should cache clippy # This should cache clippy
caches: caches:
- path: "./.rustup/" - path: "./.rustup/"
- path: "./target/"
inputs: inputs:
- name: repo - name: repo
+3
View File
@@ -4,6 +4,9 @@ image_resource:
type: registry-image type: registry-image
source: {repository: rust} source: {repository: rust}
caches:
- path: "./target/"
inputs: inputs:
- name: repo - name: repo