Skip to content

Commit

Permalink
fix: support trigger docker registry image
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyesDemineExtVeolia committed Nov 29, 2023
1 parent 9633abb commit ec3c67d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/docker-build/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ resource "docker_registry_image" "this" {

keep_remotely = var.keep_remotely

triggers = {
image_id = docker_image.this.image_id
}
triggers = var.triggers
}

resource "aws_ecr_repository" "this" {
Expand Down

0 comments on commit ec3c67d

Please sign in to comment.