edit build.yml - add buil on tags
Build and Push Docker Image / build_and_push (push) Successful in 1m33s
Details
Build and Push Docker Image / build_and_push (push) Successful in 1m33s
Details
This commit is contained in:
parent
e192d2253f
commit
ae04ab23fc
|
@ -2,6 +2,8 @@ name: Build and Push Docker Image
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
|
Loading…
Reference in New Issue