We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1743c commit e6881feCopy full SHA for e6881fe
.github/workflows/build-publish.yml
@@ -7,7 +7,8 @@ on:
7
tag_name:
8
type: string
9
description: 'Tag name for the release (e.g., v1.0.0)'
10
- required: true
+ required: false
11
+ default: null
12
dockerfile:
13
14
description: 'Path to the Dockerfile'
@@ -19,7 +20,8 @@ on:
19
20
21
22
23
24
25
26
27
0 commit comments