From 62756ca4d3de82b63de9b74635a473667bc104c8 Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Wed, 4 Sep 2024 09:34:22 +0200 Subject: [PATCH] ci: Use correct var for repo owner (second try) Signed-off-by: Pascal Hofmann --- .github/workflows/ci.yaml | 2 +- .github/workflows/prerelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c427530..97bf2ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,7 @@ jobs: outputs: "type=registry,push=true" platforms: linux/amd64,linux/arm64 push: true - tags: quay.io/${{ env.GITHUB_REPOSITORY_OWNER }}/terraform-docs:edge + tags: quay.io/${{ github.event.repository.name }}/terraform-docs:edge publish: runs-on: ubuntu-latest diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index c78d56d..94fa578 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -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 }}