Docker: re-added post_push so that additional tags are pushed with automated build

This commit is contained in:
matlabbe
2018-05-07 09:28:08 -04:00
parent 1df99efa14
commit 41e93ac6f0
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker push $DOCKER_REPO:16.04
docker push $DOCKER_REPO:latest