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