push.sh 93 B

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