Skip to content

Commit

Permalink
Explicitly use latest Docker image in Cloud Run
Browse files Browse the repository at this point in the history
Avoids flip-flop between CI and Terraform.
  • Loading branch information
markhobson committed Dec 18, 2024
1 parent 7ff4d5a commit 196d46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/schemes/cloud-run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "google_cloud_run_v2_service" "schemes" {

template {
containers {
image = "${var.docker_repository_url}/schemes"
image = "${var.docker_repository_url}/schemes:latest"
env {
name = "FLASK_ENV"
value = var.env
Expand Down

0 comments on commit 196d46c

Please sign in to comment.