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