mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 08:44:46 +00:00
4 lines
144 B
Bash
Executable File
4 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker push sartography/protocol-builder-mock || true
|