mirror of https://github.com/MISP/misp-docker
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker tag $IMAGE_NAME $DOCKER_REPO:latest
|
||
|
docker push $DOCKER_REPO:latest
|