From a0b50777cd2e0867d35d05fea69dbf57ef330aa7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 10 Aug 2023 15:03:49 +0100 Subject: [PATCH] Authenticate with Docker Hub to pull github-release image --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 4f8d965..97496ce 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -9,6 +9,8 @@ resource_types: source: repository: concourse/github-release-resource tag: 1.7.2 + username: ((docker-hub-username)) + password: ((docker-hub-password)) resources: - name: git-repo type: git