gitit-docker/publish.sh

6 lines
149 B
Bash
Raw Permalink Normal View History

2024-08-22 04:34:07 +00:00
#!/usr/bin/env sh
set -euo pipefail
docker tag gitit:0.15.1.2 git.mzhang.io/michael/gitit:0.15.1.2
docker push git.mzhang.io/michael/gitit:0.15.1.2