Skip to content

Commit

Permalink
Merge pull request #364 from Member-Counter/dev
Browse files Browse the repository at this point in the history
Fix counter formatting and add channel mention to see settings
  • Loading branch information
VampireChicken12 committed Sep 19, 2023
2 parents 16c9728 + 56a789e commit 30487e3
Show file tree
Hide file tree
Showing 7 changed files with 2,331 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
eduardozgz/bot:beta
eduardozgz/member-counter-bot:beta
ghcr.io/member-counter/bot:beta
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-vbe-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
eduardozgz/bot:beta-verified-bot-edition
eduardozgz/member-counter-bot:beta-verified-bot-edition
ghcr.io/member-counter/bot:beta-verified-bot-edition
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-vbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
eduardozgz/bot:latest-verified-bot-edition
eduardozgz/bot:${{ steps.package-version.outputs.current-version }}
eduardozgz/member-counter-bot:latest-verified-bot-edition
eduardozgz/member-counter-bot:${{ steps.package-version.outputs.current-version }}
ghcr.io/member-counter/bot:latest-verified-bot-edition
ghcr.io/member-counter/bot:${{ steps.package-version.outputs.current-version }}
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
eduardozgz/bot:latest
eduardozgz/bot:${{ steps.package-version.outputs.current-version }}
eduardozgz/member-counter-bot:latest
eduardozgz/member-counter-bot:${{ steps.package-version.outputs.current-version }}
ghcr.io/member-counter/bot:latest
ghcr.io/member-counter/bot:${{ steps.package-version.outputs.current-version }}
Loading

0 comments on commit 30487e3

Please sign in to comment.