We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9346 commit 62756caCopy full SHA for 62756ca
.github/workflows/ci.yaml
@@ -111,7 +111,7 @@ jobs:
111
outputs: "type=registry,push=true"
112
platforms: linux/amd64,linux/arm64
113
push: true
114
- tags: quay.io/${{ env.GITHUB_REPOSITORY_OWNER }}/terraform-docs:edge
+ tags: quay.io/${{ github.event.repository.name }}/terraform-docs:edge
115
116
publish:
117
runs-on: ubuntu-latest
.github/workflows/prerelease.yaml
@@ -75,6 +75,6 @@ jobs:
75
76
77
78
- tags: quay.io/${{ env.GITHUB_REPOSITORY_OWNER }}/terraform-docs:${{ steps.vars.outputs.tag }}
+ tags: quay.io/${{ github.event.repository.name }}/terraform-docs:${{ steps.vars.outputs.tag }}
79
80
0 commit comments