impr: Docker Workflow (#7)

* automation of creating docker images and sending to dockerhub

* badges for main and dev branches, latest-dev tag for dev builds

---------

Co-authored-by: deadcxap <dead@cxap.space>
This commit is contained in:
deadcxap
2025-03-17 21:00:56 +03:00
committed by GitHub
parent bb0135f1d6
commit 26bf1fa721
2 changed files with 54 additions and 1 deletions

View File

@@ -78,7 +78,8 @@ MONGO_URI='mongodb://localhost:27017/' # Адрес сервера MongoDB
Запустите бота (`python ./MusicBot/main.py`).
## Запуск в Docker
## Запуск в Docker ![Main Build](https://img.shields.io/github/actions/workflow/status/deadcxap/YandexMusicDiscordBot/docker-image.yml?branch=main&label=main) ![Dev Build](https://img.shields.io/github/actions/workflow/status/deadcxap/YandexMusicDiscordBot/docker-image.yml?branch=dev&label=dev)
Возможен запуск как из командной строки, так и с помощью docker-compose.