only run stable image build on version tags

This commit is contained in:
Michael Baumgarten 2025-02-11 08:25:07 +00:00
parent 8815a3054f
commit 4c172d9ec6

View File

@ -3,7 +3,6 @@ name: Build and Push Release Image
# Configures this workflow to run for every new version tag
on:
push:
branches: ["main","publish-container-image"]
tags: ["v*.*.*"]
env: