Update docker-publish.yml
This commit is contained in:
parent
2c8fe82429
commit
330cf6e283
|
@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Change this to the branch you want to trigger the action
|
- master # Change this to the branch you want to trigger the action
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
Loading…
Reference in New Issue