Skip to content

Commit 3a65f15

Browse files
committed
fix: tags for ecr
1 parent af0df0f commit 3a65f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ecr-cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Docker ECR Push
33
on:
44
push:
55
branches: [main]
6+
tags:
7+
- v**
68
workflow_dispatch:
79

810

0 commit comments

Comments
 (0)