Skip to content

Commit 69d87cd

Browse files
Update git-init-push.yaml
1 parent bfbe170 commit 69d87cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)