We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26c10f commit 950a9f2Copy full SHA for 950a9f2
.github/workflows/deploy-image.yml
@@ -55,6 +55,6 @@ jobs:
55
with:
56
package-name: 'chatgpt-on-wechat'
57
package-type: 'container'
58
- min-versions-to-keep: 2
+ min-versions-to-keep: 10
59
delete-only-untagged-versions: 'true'
60
token: ${{ secrets.GITHUB_TOKEN }}
Dockerfile
@@ -0,0 +1,3 @@
1
+FROM ghcr.io/zhayujie/chatgpt-on-wechat:latest
2
+
3
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments