File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
REGISTRY : ghcr.io
11
11
IMAGE_NAME : ${{ github.repository }}
12
- PROJECT : fastembed
13
- ECR_REPOSITORY : fastembed
14
- DOCKER_REPOSITORY : fastembed-js
12
+ ECR_REPOSITORY : nodemodules/fastembed
13
+ DOCKER_REPOSITORY : h4ckermike/fastembed-js
15
14
SESSION_APP_NAME : fastembed
16
15
17
16
jobs :
44
43
uses : meta-introspector/amazon-ecr-login@v1
45
44
- uses : meta-introspector/create-ecr-repository-action@v1
46
45
with :
47
- repository : $env.PROJECT
46
+ repository : $env.ECR_REPOSITORY
48
47
49
48
- name : Set short sha
50
49
id : sha_short
72
71
with :
73
72
images : |
74
73
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
75
- h4ckermike/ ${{ env.DOCKER_REPOSITORY}}
74
+ ${{ env.DOCKER_REPOSITORY}}
76
75
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY}}
77
76
78
77
- name : Build and push Docker image
You can’t perform that action at this time.
0 commit comments