3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
|
#!/bin/bash
|
||
|
docker push --all-tags ${DOCKER_REPO}
|