add force_pull since latest tag isn't latest
This commit is contained in:
parent
5eec2db32f
commit
50fd5db59e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ job "ayden-discord-bot" {
|
|||
|
||||
config {
|
||||
image = "ghcr.io/aydenjahola/discordbotgoml:main"
|
||||
force_pull = true
|
||||
auth {
|
||||
username = "${DOCKER_USER}"
|
||||
password = "${DOCKER_PASS}"
|
||||
|
|
Loading…
Reference in a new issue