We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272f91 commit b6517dbCopy full SHA for b6517db
infra.tf
@@ -66,7 +66,7 @@ module "beancount" {
66
version = "3.2.0"
67
68
app_name = "beancount"
69
- container = "jdevries3133/calcount:${data.external.git_sha.result.output}"
+ container = "jdevries3133/beancount:${data.external.git_sha.result.output}"
70
domain = "beancount.bot"
71
72
extra_env = {
0 commit comments