From 7548b47a0571024464c21fa09bad28314b83b9b0 Mon Sep 17 00:00:00 2001 From: sasse Date: Mon, 18 Nov 2024 08:53:18 +0100 Subject: [PATCH] fix: image name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af3c7e..faea2ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,8 @@ jobs: context: ./api push: true tags: | - ghcr.io/${{ github.repository }}/backend:${{ steps.generate-image-tag.outputs.imageTag }} - ghcr.io/${{ github.repository }}/backend:${{ github.event.pull_request.head.sha || github.sha }} + ghcr.io/nfdi4health/workbench-ai-model/backend:${{ steps.generate-image-tag.outputs.imageTag }} + ghcr.io/nfdi4health/workbench-ai-model/backend:${{ github.event.pull_request.head.sha || github.sha }} build-args: | COMMIT_SHA=${{ github.sha }} HF_TOKEN=${{ secrets.HF_TOKEN }} \ No newline at end of file