Skip to content

Commit

Permalink
update triggerer
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Nov 8, 2024
1 parent 947b1be commit 7f68d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-registry/aws/ecr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ resource "generic_local_cmd" "logout_public_ecr_login_private" {
}

update {
triggers = ["profile"]
triggers = []
cmd = <<EOT
aws ecr get-login-password --profile "$INPUT_profile" --region "$INPUT_region" | docker login --username AWS --password-stdin "$INPUT_current_account".dkr.ecr."$INPUT_region".amazonaws.com
EOT
Expand Down

0 comments on commit 7f68d1f

Please sign in to comment.