Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Jul 10, 2024
1 parent 3e3c622 commit 565919d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
file: ./client/Dockerfile.prod
push: true
tags: |
ghcr.io/scai-bio/index/api:latest
ghcr.io/scai-bio/index/api:${{ steps.version.outputs.VERSION }}
ghcr.io/scai-bio/index/client:latest
ghcr.io/scai-bio/index/client:${{ steps.version.outputs.VERSION }}

0 comments on commit 565919d

Please sign in to comment.