diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 17b2d71c..77f26c82 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -22,6 +22,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + # ✅ FIX: Add this step + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' uses: docker/login-action@v3 diff --git a/roadmap.txt b/roadmap.txt index d1ebec84..c53f02bb 100644 --- a/roadmap.txt +++ b/roadmap.txt @@ -146,3 +146,4 @@ Database Abstraction Layer Notes - This project is modular by feature area: commands -> handlers -> services -> utils - bot.js is the single source of truth for embed theming/colors and core bot config +- We might not have everything done as mentioned in the roadmap.txt or some new features which is not mentioned in roadmap.txt