use slim image
This commit is contained in:
parent
d1558ad6db
commit
95c7f84451
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/python:3.11
|
FROM docker.io/python:3-slim
|
||||||
|
|
||||||
ENV INPUT_GH_TOKEN \
|
ENV INPUT_GH_TOKEN \
|
||||||
INPUT_WAKATIME_API_KEY \
|
INPUT_WAKATIME_API_KEY \
|
||||||
|
1
main.py
1
main.py
@ -520,6 +520,7 @@ def genesis():
|
|||||||
str_new_content = b64_new_content.decode("utf-8")
|
str_new_content = b64_new_content.decode("utf-8")
|
||||||
gitea_repo.change_file(readmes[0].name, readmes[0].sha, str_new_content)
|
gitea_repo.change_file(readmes[0].name, readmes[0].sha, str_new_content)
|
||||||
logger.info("Stats updated successfully")
|
logger.info("Stats updated successfully")
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
################### driver ###################
|
################### driver ###################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user