misp-docker/modules/hooks/post_push

5 lines
104 B
Bash
Executable File

#!/bin/bash
docker tag $IMAGE_NAME $DOCKER_REPO:modules-latest
docker push $DOCKER_REPO:modules-latest