Skip to content

Commit

Permalink
fix(CI): push to ghcr and docker hub too
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Jun 25, 2024
1 parent 13d939d commit 61c4d42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tpu-tgi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}
ghcr.io/${{ env.IMAGE_NAME }}
${{ env.IMAGE_NAME}}
flavor: |
latest=auto
prefix=
Expand All @@ -48,7 +49,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}
ghcr.io/${{ env.IMAGE_NAME }}
${{ env.IMAGE_NAME}}
flavor: |
latest=auto
prefix=
Expand Down

0 comments on commit 61c4d42

Please sign in to comment.