From 5e2600f14f450c4a99a529a972dce8fc1f2a68b1 Mon Sep 17 00:00:00 2001 From: James Pace Date: Tue, 8 Aug 2023 20:29:23 -0400 Subject: [PATCH] Fix typo. --- generic-pipelines/simple-ros-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic-pipelines/simple-ros-pipeline.yaml b/generic-pipelines/simple-ros-pipeline.yaml index 89917e5..2fa6167 100644 --- a/generic-pipelines/simple-ros-pipeline.yaml +++ b/generic-pipelines/simple-ros-pipeline.yaml @@ -43,7 +43,7 @@ spec: value: ./docker/Dockerfile - name: registry-login-secret-name value: $(params.registry-login-secret-name) - - names: cosign-secret-name + - name: cosign-secret-name value: container-signing-secret taskRef: name: j7s-buildah \ No newline at end of file