We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0df0f commit 3a65f15Copy full SHA for 3a65f15
.github/workflows/ecr-cd.yml
@@ -3,6 +3,8 @@ name: Docker ECR Push
3
on:
4
push:
5
branches: [main]
6
+ tags:
7
+ - v**
8
workflow_dispatch:
9
10
0 commit comments