edit build.yml - add buil on tags

This commit is contained in:
2024-04-03 10:00:47 +02:00
parent e192d2253f
commit c7293b5528

View File

@@ -2,6 +2,8 @@ name: Build and Push Docker Image
on:
push:
tags:
- '*'
branches:
- main
- dev