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

This commit is contained in:
Nicolas CARON 2024-04-03 10:00:47 +02:00
parent e192d2253f
commit ae04ab23fc
1 changed files with 2 additions and 0 deletions

View File

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