misp-docker/modules/hooks/post_push

5 lines
88 B
Plaintext
Raw Normal View History

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