mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-12 18:14:21 +00:00
4 lines
138 B
Bash
Executable File
4 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker push sartography/cr-connect-bpmn || true
|