mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-02-21 03:48:18 +00:00
3 lines
135 B
Bash
3 lines
135 B
Bash
|
#!/bin/bash
|
||
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||
|
docker push sartography/protocol-builder-mock
|