mirror of
https://github.com/valitydev/docker-misp.git
synced 2024-11-06 08:45:18 +00:00
Add post_push docker hook, fixes #8
This commit is contained in:
parent
8dcfb9744d
commit
978e1d2828
4
modules/hooks/post_push
Executable file
4
modules/hooks/post_push
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker tag $IMAGE_NAME $DOCKER_REPO:latest
|
||||||
|
docker push $DOCKER_REPO:latest
|
4
server/hooks/post_push
Executable file
4
server/hooks/post_push
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker tag $IMAGE_NAME $DOCKER_REPO:latest
|
||||||
|
docker push $DOCKER_REPO:latest
|
Loading…
Reference in New Issue
Block a user