Skip to content

Commit bf68c94

Browse files
author
mike dupont
committed
using docker hub name
1 parent a99a863 commit bf68c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
IMAGE_NAME: ${{ github.repository }}
1212
PROJECT: fastembed
1313
ECR_REPOSITORY: fastembed
14+
DOCKER_REPOSITORY: fastembed-js
1415
SESSION_APP_NAME: fastembed
1516

1617
jobs:
@@ -71,7 +72,7 @@ jobs:
7172
with:
7273
images: |
7374
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
74-
h4ckermike/${{ env.ECR_REPOSITORY}}
75+
h4ckermike/${{ env.DOCKER_REPOSITORY}}
7576
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY}}
7677
7778
- name: Build and push Docker image

0 commit comments

Comments
 (0)