From bab31caf043117a26b1d7740cc1bf2a29aaeca6f Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Sun, 5 Nov 2023 22:06:28 +0530 Subject: [PATCH] allow inputs Signed-off-by: Rajat Jindal --- .github/workflows/release.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10f1045..6fcf52f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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