Skip to content

Commit

Permalink
Reference old world docker pointer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcurtisslalom committed Jan 8, 2024
1 parent 949e6be commit f806306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/aws/singer-taps/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ locals {
sync_command = "tapdance sync ${tap.name} ${local.target.id} ${join(" ", var.container_args)}"
image = coalesce(
var.container_image_override,
"slalomdata/tapdance:${tap.id}-to-${local.target.id}${var.container_image_suffix}"
"dataopstk/tapdance:${tap.id}-to-${local.target.id}${var.container_image_suffix}"
)
}
]
Expand Down

0 comments on commit f806306

Please sign in to comment.