From db7848e7ea94ee03e70186873e0262aebc121b66 Mon Sep 17 00:00:00 2001 From: jsmid1 Date: Wed, 4 Sep 2024 16:41:49 +0200 Subject: [PATCH] Adds gitops-auth workspace to docker-push --- skeleton/ci/source-repo/tekton/.tekton/docker-push.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skeleton/ci/source-repo/tekton/.tekton/docker-push.yaml b/skeleton/ci/source-repo/tekton/.tekton/docker-push.yaml index bc0c1356..1e6fe28e 100644 --- a/skeleton/ci/source-repo/tekton/.tekton/docker-push.yaml +++ b/skeleton/ci/source-repo/tekton/.tekton/docker-push.yaml @@ -43,6 +43,9 @@ spec: pipelineRef: name: docker-build-rhtap workspaces: + - name: gitops-auth + secret: + secretName: $(params.gitops-auth-secret-name) - name: git-auth secret: secretName: "{{ git_auth_secret }}"