diff --git a/pipelines/build-and-push-simple-image.yml b/pipelines/build-and-push-simple-image.yml index 9add4476..8bfa729c 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: ((registry-username)) - password: ((registry-password)) + #username: ((registry-username)) + #password: ((registry-password)) jobs: - name: build-and-push @@ -45,3 +45,4 @@ jobs: - put: simple-image params: image: image/image.tar + version: 1