Skip to content

Commit c566779

Browse files
Merge branch 'main' into konflux/references/main
2 parents e70eb64 + 55da754 commit c566779

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tekton/git-init-pull-request.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,6 @@ spec:
266266
params:
267267
- name: BASE_IMAGES_DIGESTS
268268
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
269-
- name: IMAGE_URL
270-
value: $(tasks.build-container.results.IMAGE_URL)
271-
- name: IMAGE_DIGEST
272-
value: $(tasks.build-container.results.IMAGE_DIGEST)
273269
runAfter:
274270
- build-container
275271
taskRef:

.tekton/git-init-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ spec:
262262
params:
263263
- name: BASE_IMAGES_DIGESTS
264264
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
265+
- name: IMAGE_URL
266+
value: $(tasks.build-container.results.IMAGE_URL)
267+
- name: IMAGE_DIGEST
268+
value: $(tasks.build-container.results.IMAGE_DIGEST)
265269
runAfter:
266270
- build-container
267271
taskRef:

0 commit comments

Comments
 (0)