Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marcofranssen opened this issue Apr 29, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@marcofranssen
Copy link

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 marcofranssen added the bug Something isn't working label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant