Docker: added post_push hooks to add tags

This commit is contained in:
matlabbe
2018-05-06 17:42:30 -04:00
parent e875c7d6d1
commit 911b8158a4
4 changed files with 14 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
docker tag $IMAGE_NAME $DOCKER_REPO:18.04
docker push $DOCKER_REPO:18.04