Skip to content

Commit b70935e

Browse files
authored
docker wasn't pushing the image (#47)
* Add Docker Buildx setup step to workflow Added a step to set up Docker Buildx in the workflow. * Update roadmap.txt
1 parent 1c640d9 commit b70935e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
2424

25+
# ✅ FIX: Add this step
26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v3
28+
2529
- name: Log into registry ${{ env.REGISTRY }}
2630
if: github.event_name != 'pull_request'
2731
uses: docker/login-action@v3

roadmap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@ Database Abstraction Layer
146146
Notes
147147
- This project is modular by feature area: commands -> handlers -> services -> utils
148148
- 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

Comments
 (0)