Skip to content

Commit

Permalink
using docker hub name
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Jan 14, 2025
1 parent a99a863 commit bf68c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
IMAGE_NAME: ${{ github.repository }}
PROJECT: fastembed
ECR_REPOSITORY: fastembed
DOCKER_REPOSITORY: fastembed-js
SESSION_APP_NAME: fastembed

jobs:
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
h4ckermike/${{ env.ECR_REPOSITORY}}
h4ckermike/${{ env.DOCKER_REPOSITORY}}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY}}
- name: Build and push Docker image
Expand Down

0 comments on commit bf68c94

Please sign in to comment.