Skip to content

Commit b6517db

Browse files
committed
fix: container name
1 parent 9272f91 commit b6517db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module "beancount" {
6666
version = "3.2.0"
6767

6868
app_name = "beancount"
69-
container = "jdevries3133/calcount:${data.external.git_sha.result.output}"
69+
container = "jdevries3133/beancount:${data.external.git_sha.result.output}"
7070
domain = "beancount.bot"
7171

7272
extra_env = {

0 commit comments

Comments
 (0)