Push Docker Image Pipeline (#97)

* Update: run build after merge

* Add: deploy image pipeline to docker

* Update: release pipeline

* Add: release with latest tag

* Update: docker username as vars because its not really a secret

* Remove: workflow bot token and guild_id

* Add: supplimentary guild_id and token

* Update: version increment
This commit is contained in:
Kevin Dang
2024-08-01 17:46:43 -07:00
committed by GitHub
parent 4dbd45bccd
commit b361636a93
4 changed files with 58 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ services:
build: ./ # find docker file in designated path
container_name: discord
restart: always # rebuild container always
image: discord/bot:0.5.7
image: kevinthedang/discord-ollama:0.5.8
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
GUILD_ID: ${GUILD_ID}