mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
rename 'tip' to 'releaser'
This commit is contained in:
4
releaser/Dockerfile
Normal file
4
releaser/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user