From 87a83a6320456a96187a4b9e6d859557cb587e87 Mon Sep 17 00:00:00 2001 From: Richard Hallett Date: Thu, 6 Jan 2022 18:17:06 +0100 Subject: [PATCH] Fix release wf --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8231eb1..a339ef2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: wget https://github.com/jwilder/dockerize/releases/download/v0.6.0/dockerize-linux-amd64-v0.6.0.tar.gz tar -xzvf dockerize-linux-amd64-v0.6.0.tar.gz rm dockerize-linux-amd64-v0.6.0.tar.gz - ./dockerize -template prod-eu-west/services//content-negotiation.auto.tfvars.tmpl:prod-eu-west/services/content-negotiation/content-negotiation.auto.tfvars + ./dockerize -template prod-eu-west/services/content-negotiation.auto.tfvars.tmpl:prod-eu-west/services/content-negotiation/content-negotiation.auto.tfvars git config --local user.email "action@github.com" git config --local user.name "GitHub Action"