Skip to content

Commit e663290

Browse files
committed
fix: array tag syntax
1 parent 9fcd6ca commit e663290

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Docker Release
33
on:
44
push:
55
branches: [master, main]
6-
tags: '*'
6+
tags:
7+
- '*'
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)