trigger action on docker branch
This commit is contained in:
parent
03f015137a
commit
0829b445c5
1 changed files with 1 additions and 0 deletions
1
.github/workflow/docker-image.yml
vendored
1
.github/workflow/docker-image.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Build and Publish image to Docker Hub
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- docker
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue