Skip to content

Commit

Permalink
Bump docker-terragrunt. Fix cron workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Mar 2, 2022
1 parent c2a9ce8 commit ee621cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CRON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TERM: xterm-256color
run: make build push
run: make build
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:tf-1.0.1-tg-0.31.0 as builder
FROM devopsinfra/docker-terragrunt:tf-1.1.6-tg-0.36.2 as builder

# Use a clean tiny image to store artifacts in
FROM alpine:3.15.0
Expand Down

0 comments on commit ee621cf

Please sign in to comment.