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