Skip to content

Commit

Permalink
Update docker.yml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkkkklee committed Oct 12, 2023
1 parent 8ef9364 commit 5a65fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
VERSION=${{ steps.get_version.outputs.VERSION }}
tags: |
dragonflyoss/torchserve-dragonfly:${{ steps.get_version.outputs.VERSION }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/${{ matrix.module }}:${{ steps.get_version.outputs.VERSION }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/torchserve-dragonfly:${{ steps.get_version.outputs.VERSION }}
push:
true

0 comments on commit 5a65fd5

Please sign in to comment.