mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-19 03:46:58 +00:00
4 lines
130 B
Bash
Executable File
4 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker push sartography/cr-connect-bpmn
|