Skip to content

Commit

Permalink
chore: remove mentions of BASE_IMAGES_DIGESTS
Browse files Browse the repository at this point in the history
Followed the migration steps to v0.2 of task buildah in
https://github.com/konflux-ci/build-definitions

Signed-off-by: Yftach Herzog <[email protected]>
  • Loading branch information
yftacherzog committed Jul 21, 2024
1 parent 7cc733f commit 11608ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .tekton/tools-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ spec:
params:
- name: BINARY_IMAGE
value: $(params.output-image)
- name: BASE_IMAGES
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
runAfter:
- build-container
taskRef:
Expand All @@ -273,8 +271,6 @@ spec:
workspace: workspace
- name: deprecated-base-image-check
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
Expand Down
4 changes: 0 additions & 4 deletions .tekton/tools-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ spec:
params:
- name: BINARY_IMAGE
value: $(params.output-image)
- name: BASE_IMAGES
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
runAfter:
- build-container
taskRef:
Expand All @@ -270,8 +268,6 @@ spec:
workspace: workspace
- name: deprecated-base-image-check
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
Expand Down

0 comments on commit 11608ff

Please sign in to comment.