dmcallejo / ASFBot

Control your ArchiSteamFarm with Telegram
GNU General Public License v3.0
46 stars 10 forks source link

Create build Actions #9

Closed elraro closed 3 years ago

elraro commented 3 years ago

To use this:

  1. Create a hub.docker.com access token. This will be your password.

imagen

  1. Create Actions Secret in your repository (Settings -> Secret -> New Secret). DOCKER_USERNAME is your hub.docker.com username, and DOCKER_PASSWORD is your token

imagen

dmcallejo commented 3 years ago

Thanks!