artifacts/oci/iac-runner/terraform-aws-finops/Makefile
2023-03-09 11:04:12 +08:00

5 lines
198 B
Makefile
Executable File

Makefileall:
cp -av ~/.terraform.d/ .
sudo docker build --network host --no-cache -t artifact.onwalk.net/devops/iac-runner:latest .
sudo docker push artifact.onwalk.net/devops/iac-runner:latest