artifacts/oci/iac-runner/pulumi-aws/Makefile

5 lines
198 B
Makefile
Raw Permalink Normal View History

2023-02-21 10:41:44 +08:00
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