Skip to content

Commit

Permalink
Switch determine-image-tag to trusted task
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed Dec 13, 2024
1 parent c61002b commit 3513785
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 56 deletions.
10 changes: 9 additions & 1 deletion .tekton/collector-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,15 @@ spec:
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
taskRef:
name: determine-image-tag
params:
- name: name
value: determine-image-tag
- name: bundle
# TODO(ROX-27350): switch to latest tag after tasks PR is pushed.
value: quay.io/rhacs-eng/konflux-tasks:pr-3@sha256:50d7e4bca7e81fbf09faa749dfad62167b2099884363efb4d9fd0d05a6bc843d
- name: kind
value: task
resolver: bundles

- name: prefetch-dependencies
params:
Expand Down
55 changes: 0 additions & 55 deletions .tekton/determine-image-tag-task.yaml

This file was deleted.

0 comments on commit 3513785

Please sign in to comment.