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 }}"