File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22FROM devopsinfra/docker-terragrunt:slim-latest as builder
33
44# Use a clean tiny image to store artifacts in
5- FROM ubuntu:jammy-20221130
5+ FROM ubuntu:jammy-20230126
66
77# Labels for http://label-schema.org/rc1/#build-time-labels
88# And for https://github.com/opencontainers/image-spec/blob/master/annotations.md
Original file line number Diff line number Diff line change 22phony : help
33
44# Release tag for the action
5- VERSION := v0.3.5
5+ VERSION := v0.3.6
66
77# GitHub Actions bogus variables
88GITHUB_REF ?= refs/heads/null
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Features:
3333
3434``` yaml
3535 - name : Fail on malformatted files
36- uses : devops-infra/action-format-hcl@v0.3.5
36+ uses : devops-infra/action-format-hcl@v0.3.6
3737 with :
3838 list : false
3939 write : true
6969 - name: Checkout
7070 uses: actions/checkout@v2
7171 - name: Fail on malformatted files
72- uses: devops-infra/action-format-hcl@v0.3.5
72+ uses: devops-infra/action-format-hcl@v0.3.6
7373 with:
7474 check: true
7575` ` `
8686 - name: Checkout
8787 uses: actions/checkout@v2
8888 - name: Format HCL files
89- uses: devops-infra/action-format-hcl@v0.3.5
89+ uses: devops-infra/action-format-hcl@v0.3.6
9090 - name: Commit changes to repo
9191 uses: devops-infra/action-commit-push@master
9292 with:
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ outputs:
3535 description : List of formatted files
3636runs :
3737 using : docker
38- image : docker://devopsinfra/action-format-hcl:v0.3.5
38+ image : docker://devopsinfra/action-format-hcl:v0.3.6
3939branding :
4040 color : purple
4141 icon : upload-cloud
You can’t perform that action at this time.
0 commit comments