Doesn't fail build if Docker push fails

This commit is contained in:
Aaron Louie 2020-02-07 18:27:35 -05:00
parent 33be82e41f
commit fbd2cfaed0
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker push sartography/cr-connect-bpmn
docker push sartography/cr-connect-bpmn || true