Skip to content

Commit 62756ca

Browse files
ci: Use correct var for repo owner (second try)
Signed-off-by: Pascal Hofmann <mail@pascalhofmann.de>
1 parent 92e9346 commit 62756ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
outputs: "type=registry,push=true"
112112
platforms: linux/amd64,linux/arm64
113113
push: true
114-
tags: quay.io/${{ env.GITHUB_REPOSITORY_OWNER }}/terraform-docs:edge
114+
tags: quay.io/${{ github.event.repository.name }}/terraform-docs:edge
115115

116116
publish:
117117
runs-on: ubuntu-latest

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
outputs: "type=registry,push=true"
7676
platforms: linux/amd64,linux/arm64
7777
push: true
78-
tags: quay.io/${{ env.GITHUB_REPOSITORY_OWNER }}/terraform-docs:${{ steps.vars.outputs.tag }}
78+
tags: quay.io/${{ github.event.repository.name }}/terraform-docs:${{ steps.vars.outputs.tag }}
7979

8080

0 commit comments

Comments
 (0)