edit build.yml - add buil on tags
Build and Push Docker Image / build_and_push (push) Successful in 1m33s

This commit is contained in:
2024-04-03 10:00:47 +02:00
parent e192d2253f
commit ae04ab23fc
+2
View File
@@ -2,6 +2,8 @@ name: Build and Push Docker Image
on:
push:
tags:
- '*'
branches:
- main
- dev