Skip to content

Commit 638d0f7

Browse files
shmuelksmarunich
authored andcommitted
Add definition of new action input (llm-d#123)
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com> Signed-off-by: Sergey Marunich <marunich.s@gmail.com>
1 parent 50f3bc5 commit 638d0f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/docker-build-and-push/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ inputs:
1313
registry:
1414
required: true
1515
description: Container registry (e.g., ghcr.io/llm-d)
16+
prerelease:
17+
required: true
18+
description: indicates whether or not this is a pre-release (not a release) build
19+
1620
runs:
1721
using: "composite"
1822
steps:

0 commit comments

Comments
 (0)