Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/DAS-16183-tapdance-slalo…
Browse files Browse the repository at this point in the history
…m' into feature/DAS-20368-update-tap-python-notifications
  • Loading branch information
mcurtisslalom committed Jan 8, 2024
2 parents 2899bb9 + e2d4843 commit 949e6be
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,
"dataopstk/tapdance:${tap.id}-to-${local.target.id}${var.container_image_suffix}"
"slalomdata/tapdance:${tap.id}-to-${local.target.id}${var.container_image_suffix}"
)
}
]
Expand Down

0 comments on commit 949e6be

Please sign in to comment.