Skip to content

Commit

Permalink
Merge pull request #11 from wayofdev/fix/dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Nov 21, 2023
2 parents 689bf57 + 49b97a0 commit 0a3ad25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ COPY tools/compact_plan.py /usr/local/bin/compact_plan
COPY tools/github_comment_react.py /usr/local/bin/github_comment_react

LABEL org.opencontainers.image.title="GitHub actions for terragrunt"
LABEL org.opencontainers.image.source https://github.com/wayofdev/gh-actions-terragrunt
3 changes: 2 additions & 1 deletion image/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ RUN apt-get update \

COPY --from=tfmask /go/tfmask/release/tfmask /usr/local/bin/tfmask
ENV TFMASK_RESOURCES_REGEX="(?i)^(random_id|kubernetes_secret|acme_certificate).*$"
LABEL org.opencontainers.image.source https://github.com/wayofdev/gh-actions-terragrunt

ENTRYPOINT ["/usr/local/bin/terraform"]
ENTRYPOINT ["/usr/local/bin/terraform"]

0 comments on commit 0a3ad25

Please sign in to comment.