run docker build only on tag release

This commit is contained in:
Amruth Pillai
2026-01-20 20:39:12 +01:00
parent 9efc9653a7
commit 4b7fa5a303
+1 -1
View File
@@ -3,7 +3,7 @@ name: Build Docker Image
on:
workflow_dispatch:
push:
branches: ["main"]
tags: [ "v*.*.*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}