terraform-docs / gh-actions

A Github action for generating Terraform module documentation using terraform-docs and gomplate
Apache License 2.0
144 stars 61 forks source link

Action stopped working: Docker pull failed #132

Closed bisskar closed 3 months ago

bisskar commented 3 months ago

Describe the bug

1

How can we reproduce it?

Looks like after recent update action stopped working.

docs:
        runs-on: ubuntu-latest
        needs: validate-fmt-plan
        steps:
        - uses: actions/checkout@v4
          with:
            ref: ${{ github.event.pull_request.head.ref }}

        - name: Render terraform docs and push changes back to PR
          uses: terraform-docs/gh-actions@main
          with:
            working-dir: .
            output-file: README.md
            output-method: inject
            git-push: "true"

Environment information

Github workflow.

khos2ow commented 3 months ago

We've just cut the v1.2.0 release. Can you try again?

bisskar commented 3 months ago

We've just cut the v1.2.0 release. Can you try again?

1

It works, thanks for the quick fix

bisskar commented 3 months ago

It works, thanks for the quick fix