#!/bin/sh if [ -z "$1" ]; then echo "usage: $0 " exit 1 fi docker login docker push git.tkolb.de/amateurfunk/hamnet70/asciidoctor:$1 docker logout