Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
🚀 Deploy v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz committed Jun 9, 2020
1 parent 5332125 commit daf8bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ resource "aws_ecs_task_definition" "metoffice_task" {
container_definitions = <<JSON
[{
"name": "main",
"image": "openclimatefix/metoffice_ec2:${var.docker_image_version}",
"image": "docker.pkg.github.com/openclimatefix/metoffice_ec2/main:${var.docker_image_version}",
"essential": true,
"logConfiguration": {
"logDriver": "awslogs",
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "sqs_message_retention_seconds" {

variable "docker_image_version" {
type = string
default = "1.2.0"
default = "1.3.0"
}

variable "sns_filter_policy" {
Expand Down

0 comments on commit daf8bb8

Please sign in to comment.