Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Sep 18, 2024
1 parent 42d5969 commit 06ce622
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06ce622

Please sign in to comment.