Skip to content

Commit 0a3ad25

Browse files
authored
Merge pull request #11 from wayofdev/fix/dockerfile
2 parents 689bf57 + 49b97a0 commit 0a3ad25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

image/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ COPY tools/compact_plan.py /usr/local/bin/compact_plan
2929
COPY tools/github_comment_react.py /usr/local/bin/github_comment_react
3030

3131
LABEL org.opencontainers.image.title="GitHub actions for terragrunt"
32+
LABEL org.opencontainers.image.source https://github.com/wayofdev/gh-actions-terragrunt

image/Dockerfile-base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ RUN apt-get update \
3434

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

38-
ENTRYPOINT ["/usr/local/bin/terraform"]
39+
ENTRYPOINT ["/usr/local/bin/terraform"]

0 commit comments

Comments
 (0)