From 57b9cb32e1617627f1f4ad8307c0906f963838b7 Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Thu, 18 Jun 2020 17:09:23 -0400 Subject: [PATCH] Change docker to registry. It's more general Signed-off-by: Taylor Silva --- pipelines/build-and-push-simple-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/build-and-push-simple-image.yml b/pipelines/build-and-push-simple-image.yml index 9ba69ce..1589b72 100644 --- a/pipelines/build-and-push-simple-image.yml +++ b/pipelines/build-and-push-simple-image.yml @@ -16,8 +16,8 @@ resources: # You need to provide these variables when # setting the pipeline repository: ((image-repo-name))/simple-image - username: ((docker-username)) - password: ((docker-password)) + username: ((registry-username)) + password: ((registry-password)) jobs: - name: build-and-push