Skip to content

Commit

Permalink
Update publish_serve.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzole1155 committed Nov 8, 2023
1 parent 34b0d95 commit ebbc164
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish_serve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@ name: Build and publish torchserve image

on:
workflow_dispatch:
inputs:
version:
description: 'Version of the image to build and publish'
required: true
default: 'v1.0.0'
tags:
description: 'Test scenario tags'

env:
REGISTRY: ghcr.io
NAME: serve
VERSION: v1.0.0
VERSION: ${{ github.event.inputs.version }} #v1.0.0

jobs:
build-and-push-image:
Expand Down

0 comments on commit ebbc164

Please sign in to comment.