misp-docker/server/hooks/post_push

5 lines
98 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:core-latest
docker push $DOCKER_REPO:core-latest