From 0d0afc9983c7a40dd1f1932df7dc86ea646dd2cb Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Sat, 22 Jun 2024 07:28:53 +0200 Subject: [PATCH] fix: try with buildah-8gb:0.1 tag Signed-off-by: Ruben Romero Montes --- .tekton/onguard-pull-request.yaml | 2 +- .tekton/onguard-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/onguard-pull-request.yaml b/.tekton/onguard-pull-request.yaml index 7fa4f26..40f99b2 100644 --- a/.tekton/onguard-pull-request.yaml +++ b/.tekton/onguard-pull-request.yaml @@ -238,7 +238,7 @@ spec: - name: name value: buildah-8gb - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb@sha256:8653b4eb7c3f3e28834bdb9821a2b9bf905714011d347168e019e94151147640 + value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb:0.1 - name: kind value: task resolver: bundles diff --git a/.tekton/onguard-push.yaml b/.tekton/onguard-push.yaml index c2a3fdd..df7d891 100644 --- a/.tekton/onguard-push.yaml +++ b/.tekton/onguard-push.yaml @@ -235,7 +235,7 @@ spec: - name: name value: buildah-8gb - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb@sha256:8653b4eb7c3f3e28834bdb9821a2b9bf905714011d347168e019e94151147640 + value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb:0.1 - name: kind value: task resolver: bundles