Browse Source

Set TF version in build args

master
Fábio Kaiser Rauber 2 months ago
parent
commit
49d9966ed8
  1. 2
      .drone.yml

2
.drone.yml

@ -13,6 +13,8 @@ steps:
pull: if-not-exists pull: if-not-exists
dockerfile: Dockerfile dockerfile: Dockerfile
auto_tag: true auto_tag: true
build_args:
- terraform_version=1.5.7
username: username:
from_secret: porto_user from_secret: porto_user
password: password:

Loading…
Cancel
Save