push.sh 138 B

12345678910
  1. #!/bin/sh
  2. die() {
  3. echo "Error: $@" 1>&2
  4. exit 1;
  5. }
  6. docker push commontk/ctk-test:opengl-qt4
  7. docker push commontk/ctk-test:opengl-qt5