Build docker image on push to main
This commit is contained in:
parent
5bbb4d5201
commit
48f99ea34b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image-release.yml
vendored
2
.github/workflows/docker-image-release.yml
vendored
|
@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue