Skip to content

Commit

Permalink
Remove default IMAGE_TAG
Browse files Browse the repository at this point in the history
It points to a non existent commit
  • Loading branch information
saliceti committed Sep 19, 2023
1 parent 615de6c commit c96d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c96d463

Please sign in to comment.