diff --git a/gcp/artifact-registry.tf b/gcp/artifact-registry.tf index c411535..a3ee534 100644 --- a/gcp/artifact-registry.tf +++ b/gcp/artifact-registry.tf @@ -1,7 +1,7 @@ # Artifact Registry for storing the GitHub Actions Runners manager container image # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v53.0.0/modules/artifact-registry/README.md module "artifact-registry-container" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/artifact-registry?ref=v53.0.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/artifact-registry?ref=v54.0.0" project_id = module.project.project_id location = var.region name = "container-github-runners-manager"