push 122 B

12345678
  1. #!/bin/bash
  2. echo "------ push start -------"
  3. printenv
  4. docker push $DOCKER_REPO:$version
  5. echo "------ push end -------"