Skip to content

Commit dbdab83

Browse files
Sachin-Yeshwanthandrewschoen
authored andcommitted
updating push.yaml for rhel10-testing push workflow
1 parent 4359e53 commit dbdab83

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.tekton/snmp-notifier-push.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,9 @@ spec:
291291
- name: build-source-image
292292
params:
293293
- name: BINARY_IMAGE
294-
value: $(params.output-image)
294+
value: $(tasks.build-image-index.results.IMAGE_URL)
295+
- name: BINARY_IMAGE_DIGEST
296+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
295297
- name: SOURCE_ARTIFACT
296298
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
297299
- name: CACHI2_ARTIFACT
@@ -614,9 +616,9 @@ spec:
614616
- name: netrc
615617
optional: true
616618
taskRunTemplate:
617-
serviceAccountName: build-pipeline-snmp-notifier
619+
serviceAccountName: build-pipeline-snmp-notifier-9-0
618620
workspaces:
619621
- name: git-auth
620622
secret:
621623
secretName: '{{ git_auth_secret }}'
622-
status: {}
624+
status: {}

0 commit comments

Comments
 (0)