Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Nov 18, 2024
1 parent e66e8aa commit 7548b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7548b47

Please sign in to comment.