Skip to content

Commit

Permalink
Fixing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Mar 2, 2024
1 parent dd625bc commit e17a9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
CHROMA_VERSION=${{ github.event.inputs.chroma-version }}
tags: |
${{ env.IMAGE_NAME }}:${{ github.event.inputs.chroma-version }}
${env.IMAGE_NAME}}:latest
${{ env.IMAGE_NAME}}:latest
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -107,5 +107,5 @@ jobs:
CHROMA_VERSION=${{ github.event.inputs.chroma-version }}
tags: |
${{ env.DH_IMAGE_NAME }}:${{ github.event.inputs.chroma-version }}
${ env.DH_IMAGE_NAME }}:latest
${{ env.DH_IMAGE_NAME }}:latest

0 comments on commit e17a9f7

Please sign in to comment.