Skip to content

Commit

Permalink
ci: add release_tag input in workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 17, 2024
1 parent 52af922 commit 1557b2a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/packer-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
---
name: Create Machine Image

on:
on: # yamllint disable-line rule:truthy
workflow_dispatch:
inputs:
release_tag:
description: release tag
type: choice
default: v0.1.0
options:
- main
- v0.1.0

defaults:
run:
Expand Down

0 comments on commit 1557b2a

Please sign in to comment.