Skip to content

Commit deda1e8

Browse files
committed
change
1 parent 0e73ced commit deda1e8

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/applications/pycon_frontend

1 file changed

+1
-1
lines changed

infrastructure/applications/pycon_frontend/task.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "aws_ecs_task_definition" "pycon_frontend" {
1010
container_definitions = jsonencode([
1111
{
1212
name = "frontend"
13-
image = "ghcr.io/pythonitalia/pycon/frontend:${data.external.githash.result.githash}"
13+
image = "ghcr.io/pythonitalia/pycon/frontend/${terraform.workspace}:${data.external.githash.result.githash}"
1414
memoryReservation = local.is_prod ? 400 : 10
1515
essential = true
1616

0 commit comments

Comments
 (0)