Skip to content

Commit

Permalink
allow inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>
  • Loading branch information
rajatjindal committed Nov 5, 2023
1 parent e1d0927 commit bab31ca
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Release Artifacts for AI examples
on:
workflow_dispatch: {}

inputs:
app:
type: choice
description: Which app to build and push
options:
- newsfeeder-ts
tag:
type: string
description: 'new tag for this push'
workflow_dispatch:
inputs:
app:
type: choice
description: Which app to build and push
options:
- newsfeeder-ts
tag:
type: string
description: 'new tag for this push'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit bab31ca

Please # to comment.