gh-actions icon indicating copy to clipboard operation
gh-actions copied to clipboard

Error: 'quay.io/terraform-docs/gh-actions:1.0.0' should be either '[path]/Dockerfile' or 'docker://image[:tag]'

Open marcofranssen opened this issue 3 years ago • 0 comments

Describe the bug

Run terraform-docs/[email protected]
  with:
    working-dir: .
    output-file: README.md
    output-method: inject
    git-push: false
    config-file: disabled
    atlantis-file: disabled
    find-dir: disabled
    recursive: false
    recursive-path: modules
    output-format: markdown table
    template: <!-- BEGIN_TF_DOCS -->
  {{ .Content }}
  <!-- END_TF_DOCS -->
    git-commit-message: terraform-docs: automated action
    git-push-sign-off: false
    fail-on-diff: false
Error: 'quay.io/terraform-docs/gh-actions:1.0.0' should be either '[path]/Dockerfile' or 'docker://image[:tag]'.```


### How can we reproduce it?

<!--
Help us to reproduce your bug as succinctly and precisely as possible. Any and
all steps or script that triggers the issue are highly appreciated!

Do you have long logs to share? Please go to https://ghostbin.com and insert the
link here.
-->


### Environment information

<!--
- terraform-docs version (use `terraform-docs --version`):
- Go version (if you manually built. use `go version`):
- OS (e.g. Windows, MacOS):
-->

marcofranssen avatar Apr 29 '22 13:04 marcofranssen