Skip to content

Commit

Permalink
use quay images in stepAction
Browse files Browse the repository at this point in the history
Signed-off-by: Pramod Bindal <[email protected]>
  • Loading branch information
pramodbindal committed Nov 29, 2024
1 parent 1b769da commit edc463e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tekton/cache-fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ spec:
value: $(params.awsCredentialFile)
- name: BLOB_QUERY_PARAMS
value: $(params.blobQueryParams)
# FIXME: use a released version once something is released :)
# image: ghcr.io/openshift-pipelines/tekton-caches/cache:latest
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache@sha256:faca47bb0a096088a1145598dadcc0629ebb574c7cf2f649875defa54aa3af64
args: ["$(params.patterns[*])"]
args: [ "$(params.patterns[*])" ]
script: |
#!/bin/sh
Expand Down
4 changes: 1 addition & 3 deletions tekton/cache-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@ spec:
value: $(params.awsCredentialFile)
- name: BLOB_QUERY_PARAMS
value: $(params.blobQueryParams)
# FIXME: use a released version once something is released :)
# image: ghcr.io/openshift-pipelines/tekton-caches/cache:latest
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache@sha256:faca47bb0a096088a1145598dadcc0629ebb574c7cf2f649875defa54aa3af64
args: ["$(params.patterns[*])"]
args: [ "$(params.patterns[*])" ]
script: |
#!/usr/bin/env sh
set -x
Expand Down

0 comments on commit edc463e

Please sign in to comment.