Change the dev default value to true for the workflow_dispatch

This commit is contained in:
JESUS D. GARCIA
2024-10-01 10:06:13 -05:00
parent 027b26047f
commit 8bafe1295b

View File

@@ -36,7 +36,7 @@ on:
dev:
description: "Add tag suffix '-dev' to the image tag ?"
type: boolean
default: false
default: true
required: false
workflow_call:
inputs: