misp-docker/modules/hooks/post_push

5 lines
104 B
Plaintext
Raw Normal View History

2020-02-12 15:03:47 +01:00
#!/bin/bash
2020-02-12 17:06:21 +01:00
docker tag $IMAGE_NAME $DOCKER_REPO:modules-latest
docker push $DOCKER_REPO:modules-latest