Removed unnecessary branch name in Actions workflow.
This commit is contained in:
@@ -4,7 +4,6 @@ name: Build and Push Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
- "v*" # triggers when you push a tag like v1.0.0
|
- "v*" # triggers when you push a tag like v1.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user