From 2f0e32eab2d4ee7bbdb4bb7d0afdd99e00bd85bb Mon Sep 17 00:00:00 2001 From: Marjorie Lucas Date: Tue, 11 Feb 2025 15:05:11 -0800 Subject: [PATCH] test --- .github/actions/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index cbe1b17..dc38a4f 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -78,5 +78,5 @@ runs: REPO_URL_WITH_TOKEN=${{ env.REPO_URL_WITH_TOKEN }} BUILD_CMD=${{ env.BUILD_CMD }} push: true - tags: ghcr.io/${{ github.repository_owner }}/${{ env.ALGORITHM_NAME }}.${{ env.BRANCH }}:latest + tags: ghcr.io/sardem-sarsen/${{ env.ALGORITHM_NAME }}.${{ env.BRANCH }}:latest labels: ${{ steps.meta.outputs.labels }}