This commit is contained in:
Tom Alexander 2023-08-31 21:55:20 -04:00
parent 7eccf8fccd
commit 743b4c9982
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -112,7 +112,7 @@ spec:
optional: true
steps:
- name: run
image: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
image: "$(params.IMAGE)"
workingDir: "$(workspaces.source.path)"
command: []
args:
@ -130,6 +130,9 @@ spec:
workspace: git-source
- name: cargo-cache
workspace: cargo-cache
params:
- name: IMAGE
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
runAfter:
- build-image
finally: