2 lines
50 B
Bash
2 lines
50 B
Bash
#!/bin/bash
|
|
docker push --all-tags ${DOCKER_REPO}
|
#!/bin/bash
|
|
docker push --all-tags ${DOCKER_REPO}
|