Skip to content

Commit e6881fe

Browse files
committed
Make tag_name optional for docker GHA
1 parent bd1743c commit e6881fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
tag_name:
88
type: string
99
description: 'Tag name for the release (e.g., v1.0.0)'
10-
required: true
10+
required: false
11+
default: null
1112
dockerfile:
1213
type: string
1314
description: 'Path to the Dockerfile'
@@ -19,7 +20,8 @@ on:
1920
tag_name:
2021
type: string
2122
description: 'Tag name for the release (e.g., v1.0.0)'
22-
required: true
23+
required: false
24+
default: null
2325
dockerfile:
2426
type: string
2527
description: 'Path to the Dockerfile'

0 commit comments

Comments
 (0)