4 lines
103 B
Bash
4 lines
103 B
Bash
#!/bin/bash
|
|
|
|
docker login --username "${DOCKER_USER}" --password "${DOCKER_PASS}" "${DOCKER_REGISTRY}"
|