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

Tag 1.2.0 missing from docker #133

Closed luk2038649 closed 3 months ago

luk2038649 commented 3 months ago
Warning: Docker pull failed with exit code 1, back off 6.118 seconds before retry.
  /usr/bin/docker pull quay.io/terraform-docs/gh-actions:1.2.0
  Error response from daemon: manifest for quay.io/terraform-docs/gh-actions:1.2.0 not found: manifest unknown: manifest unknown
Error: Docker pull failed with exit code 1

I have a github action that uses this project, its only pinned to @main

    - name: Render terraform docs and push changes back to PR
      uses: terraform-docs/gh-actions@main

Its failing because it cant find the latest version which was released this morning.

I can just pin back to a previous version, but I wanted to drop a note here as others may experience this same issue.

Thanks for all your work on this great project.

dunefro commented 3 months ago

This has started to fail for us also. We are not able to pull the 1.2.0 tag. Should we use the edge release ?

khos2ow commented 3 months ago

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

luk2038649 commented 3 months ago

Worked great, thanks!

anasillo commented 3 months ago

For everyone else having the same issue, point the action to v1 instead of main

    - name: Render terraform docs and push changes back to PR
      uses: terraform-docs/gh-actions@v1
      with: