Skip to content

Commit

Permalink
Update publish_serve.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zokin committed Nov 1, 2023
1 parent bd75edd commit 4b76b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_serve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/ai-in-motion/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/ai-in-motion/moai/${{ env.IMAGE_NAME }}
tags: |
type=raw,enable=true,priority=200,prefix=,suffix=,value=pt112-cu113
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
Expand Down

0 comments on commit 4b76b2e

Please sign in to comment.