From c278056a2c60684630579f7bb88e85bd42e32af4 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 18 Jan 2023 12:34:05 +0100 Subject: [PATCH] Try using repo info from the github object --- .github/workflows/container-version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-version.yaml b/.github/workflows/container-version.yaml index e8dd6b8..2cd477a 100644 --- a/.github/workflows/container-version.yaml +++ b/.github/workflows/container-version.yaml @@ -44,7 +44,7 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/${{ env.GITHUB_REPOSITORY }}:${{ env.TAG }} + ghcr.io/${{ github.action_repository }}:${{ env.TAG }} labels: | action_id=${{ github.action }} action_link=${{ env.LINK }}