Don't pull published image from registry
All checks were successful
Build and push container image / build (push) Successful in 9m55s

This commit is contained in:
toast 2024-01-31 15:25:58 +11:00
parent 7c158d2697
commit 5446441775

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
bot:
container_name: kon
image: 'git.toast-server.net/toast/kon:main'
#image: 'git.toast-server.net/toast/kon:main'
build: .
env_file:
- .env