From 82b94d79c6222998b43365a09138d4d331d20047 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 7 Feb 2023 12:45:44 +0100 Subject: [PATCH] Fix the registry name --- .github/workflows/container-stable.yaml | 8 ++++---- .github/workflows/container-version.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index 53631bc..6962e24 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -57,8 +57,8 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-helmfile:latest - ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-helmfile:stable + ghcr.io/${{ github.repository }}-helmfile:latest + ghcr.io/${{ github.repository }}-helmfile:stable labels: | action_id=${{ github.action }} action_link=${{ env.LINK }} @@ -75,8 +75,8 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-argo:latest - ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-argo:stable + ghcr.io/${{ github.repository }}-argo:latest + ghcr.io/${{ github.repository }}-argo:stable labels: | action_id=${{ github.action }} action_link=${{ env.LINK }} diff --git a/.github/workflows/container-version.yaml b/.github/workflows/container-version.yaml index d40f07e..535160f 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/allanger/${{ env.GITHUB_REPOSITORY }}:${{ env.TAG }} + ghcr.io/${{ github.repository }}:${{ env.TAG }} labels: | action_id=${{ github.action }} action_link=${{ env.LINK }}