From c96d4633af7e11ec656799acbf236f10adbb3803 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Tue, 19 Sep 2023 15:19:43 +0100 Subject: [PATCH] Remove default IMAGE_TAG It points to a non existent commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1be4d439..7d7c91580 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ terraform-init: bin/terrafile set-azure-account -backend-config=storage_account_name=${AZURE_RESOURCE_PREFIX}${SERVICE_SHORT}tfstate${CONFIG_SHORT}sa \ -backend-config=key=${CONFIG}.tfstate - $(if $(IMAGE_TAG), , $(eval export IMAGE_TAG=sha-194cbc9)) + $(if $(IMAGE_TAG), , $(error The IMAGE_TAG variable must be provided)) $(eval export TF_VAR_paas_app_docker_image=ghcr.io/dfe-digital/get-into-teaching-api:$(IMAGE_TAG)) $(eval export TF_VAR_azure_resource_prefix=$(AZURE_RESOURCE_PREFIX)) $(eval export TF_VAR_config_short=$(CONFIG_SHORT))