Skip to content

Commit

Permalink
fix: cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuJnon committed May 3, 2019
1 parent 8e7ee18 commit a4ec579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ "login",
"-u", "$_DOCKER_USERNAME",
"-u", "$_DOCKER_LOGIN",
"-p", "$_DOCKER_PASSWORD",
]

Expand Down

0 comments on commit a4ec579

Please sign in to comment.