Update Dockerfile, main.yml, and index.ts for bot configuration and activity status

This commit is contained in:
암냥 2025-12-11 01:19:09 +09:00
commit 4cb7666826
No known key found for this signature in database
4 changed files with 35 additions and 6 deletions

View file

@ -40,8 +40,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
ghcr.io/imnyang/yanmang/bot:latest
ghcr.io/imnyang/yanmang/bot:${{ env.RELEASE_VERSION }}
ghcr.io/imnyang/memos-rss/bot:latest
ghcr.io/imnyang/memos-rss/bot:${{ env.RELEASE_VERSION }}
- name: Create GitHub Release
if: startsWith(github.ref, 'refs/tags/')