We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c640d9 commit b70935eCopy full SHA for b70935e
2 files changed
.github/workflows/docker-publish.yml
@@ -22,6 +22,10 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v4
24
25
+ # ✅ FIX: Add this step
26
+ - name: Set up Docker Buildx
27
+ uses: docker/setup-buildx-action@v3
28
+
29
- name: Log into registry ${{ env.REGISTRY }}
30
if: github.event_name != 'pull_request'
31
uses: docker/login-action@v3
roadmap.txt
@@ -146,3 +146,4 @@ Database Abstraction Layer
146
Notes
147
- This project is modular by feature area: commands -> handlers -> services -> utils
148
- bot.js is the single source of truth for embed theming/colors and core bot config
149
+- We might not have everything done as mentioned in the roadmap.txt or some new features which is not mentioned in roadmap.txt
0 commit comments