Skip to content

Commit

Permalink
Update publish_serve_220.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzole1155 committed Jun 7, 2024
1 parent 41f5e04 commit d8cd829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_serve_220.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish torchserve
name: Build and publish torchserve 2.2.0

on:
workflow_dispatch:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/moverseai/moai/${{ env.NAME }}
tags: | # https://github.com/docker/metadata-action#tags-input
type=raw,enable=true,priority=200,prefix=,suffix=,value=${{ env.VERSION }}-pt112-cu113
type=raw,enable=true,priority=200,prefix=,suffix=,value=${{ env.VERSION }}-pt220-cu118
# 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.
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
Expand Down

0 comments on commit d8cd829

Please sign in to comment.