mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Docker: added post_push hooks to add tags
This commit is contained in:
3
docker/zesty/hooks/post_push
Normal file
3
docker/zesty/hooks/post_push
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker tag $IMAGE_NAME $DOCKER_REPO:17.04
|
||||
docker push $DOCKER_REPO:17.04
|
||||
Reference in New Issue
Block a user