Skip to content

Commit

Permalink
add tag.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Dec 12, 2020
1 parent 7559c4a commit 8543910
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
for f in 1 1.3 1.3.4
do
echo "Tagging latest -> $f"
docker tag ianburgwin/discord-mod-mail:latest ianburgwin/discord-mod-mail:$f
done

0 comments on commit 8543910

Please sign in to comment.