We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f3bc5 commit 638d0f7Copy full SHA for 638d0f7
.github/actions/docker-build-and-push/action.yml
@@ -13,6 +13,10 @@ inputs:
13
registry:
14
required: true
15
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
+
20
runs:
21
using: "composite"
22
steps:
0 commit comments