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: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: ["main"] tags: [ "v*.*.*" ]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}