hikariatama / Hikka

The most fresh and updateable developer-oriented Telegram userbot
https://hikka.pw
GNU Affero General Public License v3.0
315 stars 506 forks source link

Auto push to docker hub images #106

Closed vsecoder closed 1 year ago

vsecoder commented 1 year ago

Change log

изображение

Each commit on the main branch is followed by an update of the image version on the Docker Hub.

Build on multiple platforms for convenience.

Example use:

docker pull vsecoder/hikka:latest
docker run --name hikka -p 1234:8080 -it vsecoder/hikka:latest 

Recommended

  1. Edit 36 line in workflow file, this build platforms.
  2. Pls, fix installer