mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
ci: Use correct var for repo owner (second try)
Signed-off-by: Pascal Hofmann <mail@pascalhofmann.de>
This commit is contained in:
2
.github/workflows/prerelease.yaml
vendored
2
.github/workflows/prerelease.yaml
vendored
@@ -75,6 +75,6 @@ jobs:
|
||||
outputs: "type=registry,push=true"
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
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 }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user