1
0

4 lines
103 B
Bash

#!/bin/bash
docker login --username "${DOCKER_USER}" --password "${DOCKER_PASS}" "${DOCKER_REGISTRY}"