push 72 B

123456
  1. #!/usr/bin/env sh
  2. set -e
  3. docker push $1
  4. docker tag $1 $2
  5. docker push $2