File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 11name : Test Make targets
2- on : [push]
2+ name : Docker Image CI
3+
4+ on :
5+ push :
6+ pull_request :
7+ branches : [ "main" ]
8+
39jobs :
4- linux :
10+ build :
511 runs-on : ubuntu-latest
12+
613 steps :
7- - name : Checkout
8- uses : actions/checkout@v3
9-
10- - name : Build Docker image
11- uses : ' .github/actions/docker-image-build.yml'
12- id : image
13- with :
14- VARIANT : " ubuntu-20.04"
15- GOMPLATE_VERSION : " 3.11.3"
16- TERRAFORM_DOCS_VERSION : " 0.16.0"
17- TFLINT_AWS_RULESET_VERSION : " 0.17.1"
18- TFSEC_VERSION : " 1.28.0"
19- TERRASCAN_VERSION : " 1.15.2"
14+ - uses : actions/checkout@v3
15+ - name : Build the Docker image
16+ run : docker build . --file .devcontainer/Dockerfile --tag aws-terraform-dev-container:$(date +%s)
2017
2118 # - name: Display AWS CLI version
2219 # run: make aws/cli-version
You can’t perform that action at this time.
0 commit comments