Update build workflow to trigger on version tags instead of main branch
All checks were successful
Build and push Docker image / build (push) Successful in 2m0s

This commit is contained in:
Edgar P. Burkhart 2025-05-08 20:57:26 +02:00
parent b12f151b8d
commit 8a86ff9a4b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -2,8 +2,8 @@ name: Build and push Docker image
on:
push:
branches:
- main
tags:
- 'v*'
jobs:
build: