diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ce1ecb..68ade64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: outputs: "type=image" platforms: linux/amd64,linux/arm64 push: false - tags: quay.io/${{ github.event.repository.name }}/gh-actions:${{ env.image_version }} + tags: quay.io/terraform-docs/gh-actions:${{ env.image_version }} - name: Should generate USAGE.md for tf11_basic uses: ./ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd27677..f28a07b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: outputs: "type=registry" platforms: linux/amd64,linux/arm64 push: true - tags: quay.io/${{ github.event.repository.name }}/gh-actions:edge + tags: quay.io/terraform-docs/gh-actions:edge release-draft: runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17ecbf3..227fb96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: outputs: "type=registry" platforms: linux/amd64,linux/arm64 push: true - tags: quay.io/${{ github.event.repository.name }}/gh-actions:latest,quay.io/${{ github.event.repository.name }}/gh-actions:${{ env.release_version }} + tags: quay.io/terraform-docs/gh-actions:latest,quay.io/terraform-docs/gh-actions:${{ env.release_version }} update-tag: runs-on: ubuntu-latest