From 06ce6227f17152ed42177057ba47e23ee91768e6 Mon Sep 17 00:00:00 2001 From: Varik Matevosyan Date: Wed, 18 Sep 2024 16:25:30 +0400 Subject: [PATCH] add inputs --- .github/workflows/submit.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 3541ac6..3599bfc 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -4,8 +4,14 @@ on: branches: - main workflow_dispatch: + inputs: + MINOR_VERSION: + type: string + description: "Image Version" + required: true + default: "0.2.5" env: - VERSION: "0.2.5" + VERSION: ${{ github.event.inputs.VERSION || '0.2.5' }} IMAGE_NAME: "lanterndata/lantern-suite" jobs: docker: