We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f6b3e commit 56b6debCopy full SHA for 56b6deb
.github/workflows/time-tracker-ui-ci.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Terraform Plan Prod
80
id: plan-prod
81
if: github.event_name == 'pull_request'
82
- run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -no-color
+ run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
83
continue-on-error: true
84
working-directory: ./${{ env.WORKING_DIR }}
85
env:
infrastructure/main.tf
@@ -38,7 +38,7 @@ locals {
38
service_name = "${local.common_name}-${local.environment}"
39
create_app_service_plan = true
40
service_plan_kind = "Linux"
41
- image_name = "timetracker_ui"
+ image_name = "timetracker_ui"
42
}
43
44
module "ui" {
0 commit comments