restrict docker builds to versioned tags

This commit is contained in:
Stephan Auerhahn
2022-12-14 16:26:00 -08:00
parent c3f4069252
commit c7d4fbb96f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ on:
push:
paths:
- "backend/**"
tags:
- v*
jobs:
build:
+2
View File
@@ -4,6 +4,8 @@ on:
push:
paths:
- "bot/**"
tags:
- v*
jobs:
build: