Doesn't fail build if Docker push fails
This commit is contained in:
parent
33be82e41f
commit
fbd2cfaed0
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
docker push sartography/cr-connect-bpmn
|
docker push sartography/cr-connect-bpmn || true
|
||||||
|
|
Loading…
Reference in New Issue