diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d1fc79..998a0cd 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/content-negotiation.auto.tfvars.tmpl:prod-eu-west/services/content-negotiation/content-negotiation.auto.tfvars + ./dockerize -template prod-eu-west/services/content-negotiation/_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"