Added helper script to deploy docker image
This commit is contained in:
parent
fcaf57f667
commit
4f35e2ec95
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
docker build -t $IMAGE_NAME . \
|
||||||
|
&& echo $DOCKERHUB_PASSWORD | docker login -u $DOCKERHUB_USERNAME --password-stdin \
|
||||||
|
&& docker push $IMAGE_NAME:latest
|
Loading…
Reference in New Issue