rename 'tip' to 'releaser'

This commit is contained in:
umarcor
2021-12-07 04:30:11 +01:00
parent f1e0354afa
commit add5afbf9d
7 changed files with 36 additions and 36 deletions

4
releaser/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM python:3.9-slim-bullseye
COPY releaser.py /releaser.py
RUN pip install PyGithub --progress-bar off
CMD ["/releaser.py"]