Skip to content

Commit

Permalink
Merge pull request #72 from devops-infra/feature/tf-tg-latest
Browse files Browse the repository at this point in the history
Use `docker-terragrunt:slim-latest` image as builder
  • Loading branch information
ChristophShyper authored Dec 21, 2022
2 parents e66b042 + ef8e15b commit 7852c13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Instead of building from scratch pull my other docker image
FROM devopsinfra/docker-terragrunt:slim-tf-1.2.5-tg-0.38.6 as builder
FROM devopsinfra/docker-terragrunt:slim-latest as builder

# Use a clean tiny image to store artifacts in
FROM ubuntu:jammy-20221130
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
phony: help

# Release tag for the action
VERSION := v0.3.2
VERSION := v0.3.3

# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features:

```yaml
- name: Fail on malformatted files
uses: devops-infra/[email protected].2
uses: devops-infra/[email protected].3
with:
list: false
write: true
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Fail on malformatted files
uses: devops-infra/[email protected].2
uses: devops-infra/[email protected].3
with:
check: true
```
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Format HCL files
uses: devops-infra/[email protected].2
uses: devops-infra/[email protected].3
- name: Commit changes to repo
uses: devops-infra/action-commit-push@master
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ outputs:
description: List of formatted files
runs:
using: docker
image: docker://devopsinfra/action-format-hcl:v0.3.2
image: docker://devopsinfra/action-format-hcl:v0.3.3
branding:
color: purple
icon: upload-cloud

0 comments on commit 7852c13

Please sign in to comment.