Skip to content

Commit 1b96bf8

Browse files
openshift-pipelines-botopenshift-pipelines-bot
authored andcommitted
[bot:release-v1.23.x] update konflux configuration
Generated by workflow [Generate konflux configurations](https://github.com/openshift-pipelines/hack/actions/runs/25482519747) Triggered by pramodbindal
1 parent 70bb260 commit 1b96bf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-sources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
rm -fR upstream
2525
git clone https://github.com/tektoncd-catalog/git-clone upstream
2626
pushd upstream
27-
git checkout -B release-v1.2.x origin/release-v1.2.x
27+
git checkout -B main origin/main
2828
popd
2929
- name: Commit new changes
3030
run: |

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.25
1+
ARG GO_BUILDER=registry.access.redhat.com/ubi9/go-toolset:latest
22
ARG RUNTIME=registry.redhat.io/ubi9/ubi-minimal@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483
33

44
FROM $GO_BUILDER AS builder

0 commit comments

Comments
 (0)