From 7d81c133df60eef0de168bdb4112ad581e574198 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 19 Sep 2023 16:12:25 +0100 Subject: [PATCH] Version bump v1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec8700aa..f9a7fd54 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This module creates and manages [Azure Container Apps][1], deployed within an [A ```hcl module "azure_container_apps_hosting" { - source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v0.19.3" + source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.0.0" environment = "dev" project_name = "myproject" @@ -497,7 +497,7 @@ concurrency: jobs: deploy-to-environment: - uses: DFE-Digital/terraform-azurerm-container-apps-hosting/.github/workflows/build-push-and-deploy-to-environment.yml@v0.19.1 + uses: DFE-Digital/terraform-azurerm-container-apps-hosting/.github/workflows/build-push-and-deploy-to-environment.yml@v1.0.0 with: docker-image-name: "my-app" # Required docker-build-file-name: "Dockerfile" # Optional