From f18c1fe421da469f1bdbc14fb87e5aa8cec8d2a8 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 30 Sep 2024 00:03:10 -0400 Subject: [PATCH] Fix typo in pipelines. --- .webhook_bridge/pipeline-build-semver.yaml | 2 +- .webhook_bridge/pipeline-rust-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.webhook_bridge/pipeline-build-semver.yaml b/.webhook_bridge/pipeline-build-semver.yaml index 7d177f9..f2df4ca 100644 --- a/.webhook_bridge/pipeline-build-semver.yaml +++ b/.webhook_bridge/pipeline-build-semver.yaml @@ -112,7 +112,7 @@ spec: - name: revision value: df36b3853a5657fd883015cdbf07ad6466918acf - name: pathInRepo - value: task/kaniko/0.6//kaniko.yaml + value: task/kaniko/0.6/kaniko.yaml params: - name: IMAGE value: "$(params.image-name):$(tasks.detect-tag.results.tag)" diff --git a/.webhook_bridge/pipeline-rust-test.yaml b/.webhook_bridge/pipeline-rust-test.yaml index a48a4fb..39f0730 100644 --- a/.webhook_bridge/pipeline-rust-test.yaml +++ b/.webhook_bridge/pipeline-rust-test.yaml @@ -80,7 +80,7 @@ spec: - name: revision value: df36b3853a5657fd883015cdbf07ad6466918acf - name: pathInRepo - value: task/kaniko/0.6//kaniko.yaml + value: task/kaniko/0.6/kaniko.yaml params: - name: IMAGE value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"