Skip to content

Commit

Permalink
refactor(HMS-4895): use -oci-ta on push pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
avisiedo committed Dec 11, 2024
1 parent 32ae3a7 commit 6a90038
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tekton/idmsvc-backend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ spec:
taskRef:
params:
- name: name
value: git-clone
value: git-clone-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:d091a9e19567a4cbdc5acd57903c71ba71dc51d749a4ba7477e689608851e981
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4bf48d038ff12d25bdeb5ab3e98dc2271818056f454c83d7393ebbd413028147
- name: kind
value: task
resolver: bundles
Expand All @@ -180,12 +180,12 @@ spec:
values:
- "true"
workspaces:
- name: output
workspace: workspace
- name: basic-auth
workspace: git-auth
- name: prefetch-dependencies
params:
- name: dev-package-managers
value: "true"
- name: input
value: $(params.prefetch-input)
runAfter:
Expand Down

0 comments on commit 6a90038

Please sign in to comment.