Skip to content

Commit

Permalink
chore: change image name for docker hub
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Nov 6, 2023
1 parent c1af264 commit f2849a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
GITVERSION=git-${{ steps.vars.outputs.git_revision }}
VERSION=${{ steps.get_version.outputs.VERSION }}
tags: |
dragonflyoss/torchserve-dragonfly:${{ steps.get_version.outputs.VERSION }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/torchserve-dragonfly:${{ steps.get_version.outputs.VERSION }}
dragonflyoss/dragonfly-endpoint:${{ steps.get_version.outputs.VERSION }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/dragonfly-endpoint:${{ steps.get_version.outputs.VERSION }}
push:
true

0 comments on commit f2849a3

Please sign in to comment.