Skip to content

Commit 02c55a0

Browse files
author
mike dupont
committedJan 14, 2025
fix: parameters again
1 parent bf68c94 commit 02c55a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎.github/workflows/image.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ on:
99
env:
1010
REGISTRY: ghcr.io
1111
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
1514
SESSION_APP_NAME: fastembed
1615

1716
jobs:
@@ -44,7 +43,7 @@ jobs:
4443
uses: meta-introspector/amazon-ecr-login@v1
4544
- uses: meta-introspector/create-ecr-repository-action@v1
4645
with:
47-
repository: $env.PROJECT
46+
repository: $env.ECR_REPOSITORY
4847

4948
- name: Set short sha
5049
id: sha_short
@@ -72,7 +71,7 @@ jobs:
7271
with:
7372
images: |
7473
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
75-
h4ckermike/${{ env.DOCKER_REPOSITORY}}
74+
${{ env.DOCKER_REPOSITORY}}
7675
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY}}
7776
7877
- name: Build and push Docker image

0 commit comments

Comments
 (0)