Skip to content

Commit

Permalink
remove old SOURCE_ARTIFACT param
Browse files Browse the repository at this point in the history
  • Loading branch information
djnakabaale committed Dec 20, 2024
1 parent 6c181c2 commit 7d649a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ spec:
value: $(params.image-expires-after)
- name: COMMIT_SHA
value: $(tasks.clone-repository.results.commit)
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
- name: BUILD_ARGS
value:
- $(params.build-args[*])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ spec:
value: $(params.image-expires-after)
- name: COMMIT_SHA
value: $(tasks.clone-repository.results.commit)
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
- name: IMAGE_APPEND_PLATFORM
value: "true"
- name: PREFETCH_INPUT
Expand Down

0 comments on commit 7d649a7

Please sign in to comment.