From 86471c160016fc61658b9616983c9078e6237283 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Thu, 20 Mar 2025 15:03:10 +0000 Subject: [PATCH] Bump S2I version to 1.5.1 Signed-off-by: Jonathan Dowland --- .github/workflows/image-workflow-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-workflow-template.yml b/.github/workflows/image-workflow-template.yml index 7674a047..c880c964 100644 --- a/.github/workflows/image-workflow-template.yml +++ b/.github/workflows/image-workflow-template.yml @@ -31,7 +31,7 @@ jobs: with: source: "github" github_pat: ${{ github.token }} - s2i: "1.3.4" + s2i: "1.5.0" # s2i misbehaves if registry credentials are present: tries and fails to query # image metadata from docker.io before each build, etc. See: