Skip to content

Commit 32955ce

Browse files
author
zynaa
committed
refactor: add default value for parent-image
1 parent 446b45a commit 32955ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ on:
1313
type: string
1414
parent-variant:
1515
description: Parent variant tag prefix
16-
required: true
16+
required: false
1717
type: string
18+
default: default
1819
image:
1920
description: Image name
2021
required: true

0 commit comments

Comments
 (0)