ci: tambah stack_name input opsional di publish.yml
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -16,6 +16,10 @@ on:
|
||||
description: "Image tag (e.g. 1.0.0)"
|
||||
required: true
|
||||
default: "1.0.0"
|
||||
stack_name:
|
||||
description: "Stack name (optional, ignored)"
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user