Always update latest tag for docker releases

This commit is contained in:
Abhinav Singh 2019-10-10 15:45:57 -07:00
parent 27e4152cd2
commit 5f91b179a3
2 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,7 @@ run-container:
release-container:
docker push $(IMAGE_TAG)
docker push $(LATEST_TAG)
https-certificates:
# Generate server key

View File

@ -52,8 +52,7 @@ PROXY_PY_START_TIME = time.time()
VERSION = (1, 1, 1)
__version__ = '.'.join(map(str, VERSION[0:3]))
__description__ = 'Lightweight, Programmable, TLS interceptor Proxy for HTTP(S), HTTP2, ' \
'WebSockets protocols in a single Python file.'
__description__ = '⚡⚡⚡ Fast, Lightweight, Programmable Proxy Server in a single Python file.'
__author__ = 'Abhinav Singh'
__author_email__ = 'mailsforabhinav@gmail.com'
__homepage__ = 'https://github.com/abhinavsingh/proxy.py'