Skip to content

Commit ed0b7c0

Browse files
committed
fix: default image tag name
1 parent f23b6b5 commit ed0b7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
image_tag:
1010
description: 'The tag name of image'
1111
required: true
12-
default: ''
12+
default: 'latest'
1313
release:
1414
types:
1515
- published

0 commit comments

Comments
 (0)