Skip to content

Commit

Permalink
Use updated determine-image-tag task
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed Jan 16, 2025
1 parent 62ac9ac commit 62da3ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .tekton/scanner-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,15 @@ spec:
value: $(params.output-tag-suffix)
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
- name: SOURCE_BRANCH
value: '{{source_branch}}'
taskRef:
params:
- name: name
value: determine-image-tag
- name: bundle
value: quay.io/rhacs-eng/konflux-tasks:latest@sha256:098fb3f43bd32d61874e67adc830cae0845f59fbc06cb52ddcc820f5c2c8be2d
# TODO(ROX-27384): use latest
value: quay.io/rhacs-eng/konflux-tasks:pr-16@sha256:9ddc1cc53cc8827304d3cdf1e041759b74497ff914c6b5522de953aeb487bc6f
- name: kind
value: task
resolver: bundles
Expand Down

0 comments on commit 62da3ff

Please sign in to comment.