@@ -55,6 +55,6 @@ jobs: | |||||
with: | with: | ||||
package-name: 'chatgpt-on-wechat' | package-name: 'chatgpt-on-wechat' | ||||
package-type: 'container' | package-type: 'container' | ||||
min-versions-to-keep: 2 | |||||
min-versions-to-keep: 10 | |||||
delete-only-untagged-versions: 'true' | delete-only-untagged-versions: 'true' | ||||
token: ${{ secrets.GITHUB_TOKEN }} | token: ${{ secrets.GITHUB_TOKEN }} |
@@ -0,0 +1,3 @@ | |||||
FROM ghcr.io/zhayujie/chatgpt-on-wechat:latest | |||||
ENTRYPOINT ["/entrypoint.sh"] |