Skip to content

Commit e17a9f7

Browse files
committed
Fixing tags
1 parent dd625bc commit e17a9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-build-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
CHROMA_VERSION=${{ github.event.inputs.chroma-version }}
7777
tags: |
7878
${{ env.IMAGE_NAME }}:${{ github.event.inputs.chroma-version }}
79-
${env.IMAGE_NAME}}:latest
79+
${{ env.IMAGE_NAME}}:latest
8080
- name: Login to DockerHub
8181
uses: docker/login-action@v1
8282
with:
@@ -107,5 +107,5 @@ jobs:
107107
CHROMA_VERSION=${{ github.event.inputs.chroma-version }}
108108
tags: |
109109
${{ env.DH_IMAGE_NAME }}:${{ github.event.inputs.chroma-version }}
110-
${ env.DH_IMAGE_NAME }}:latest
110+
${{ env.DH_IMAGE_NAME }}:latest
111111

0 commit comments

Comments
 (0)