File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ COPY tools/compact_plan.py /usr/local/bin/compact_plan
2929COPY tools/github_comment_react.py /usr/local/bin/github_comment_react
3030
3131LABEL org.opencontainers.image.title="GitHub actions for terragrunt"
32+ LABEL org.opencontainers.image.source https://github.com/wayofdev/gh-actions-terragrunt
Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ RUN apt-get update \
3434
3535COPY --from=tfmask /go/tfmask/release/tfmask /usr/local/bin/tfmask
3636ENV 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"]
You can’t perform that action at this time.
0 commit comments