Skip to content

Commit

Permalink
ci: add inputs for build image
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Dec 10, 2024
1 parent cc12199 commit 05ca42a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ name: Build Image

on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to build'
required: true
type: string
deployment-env:
description: 'Deployment environment'
type: choice
options:
- staging
- production
workflow_call:
inputs:
tag:
Expand Down

0 comments on commit 05ca42a

Please sign in to comment.