mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-11 22:10:21 +08:00
Docker: re-added post_push so that additional tags are pushed with automated build
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push $DOCKER_REPO:17.10
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push $DOCKER_REPO:18.04
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker push $DOCKER_REPO:16.04
|
||||
docker push $DOCKER_REPO:latest
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push $DOCKER_REPO:17.04
|
||||
Reference in New Issue
Block a user