From 6c798da8ae0b387fd655f281736a7d8719f2429c Mon Sep 17 00:00:00 2001 From: redxef Date: Mon, 21 Nov 2022 15:49:57 +0100 Subject: [PATCH] Add username/password to docker image resource. --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 84f9ee9..4fc7d31 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -16,6 +16,8 @@ resources: source: repository: redxef/nginx-envsubst tag: latest + username: ((docker.username)) + password: ((docker.password)) resource_types: - name: oci-image