Skip to content

Commit

Permalink
build-pipeline: add missing version tag
Browse files Browse the repository at this point in the history
Somehow, the version tag for the buildah-remote-oci-ta task disappeared
in #221.

Enterprise Contract doesn't recognize the tag-less task bundle, so it
considers the task untrusted. Put the tag back.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Jan 17, 2025
1 parent 1d4be48 commit d6f6d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
- name: name
value: buildah-remote-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta@sha256:6c2c433ef94187e9aa73575004029cd6e2bbbdeefc7f90070595fb20f77bc121
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.3@sha256:6c2c433ef94187e9aa73575004029cd6e2bbbdeefc7f90070595fb20f77bc121
- name: kind
value: task
resolver: bundles
Expand Down Expand Up @@ -544,4 +544,4 @@ spec:
- name: git-auth
optional: true
- name: netrc
optional: true
optional: true

0 comments on commit d6f6d3d

Please sign in to comment.