feat: run "build and push" on push to main
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 2m38s
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 2m38s
This commit is contained in:
parent
93c533b13e
commit
f69de09f52
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -2,6 +2,9 @@ name: Build and Push docker image
|
|||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
buildAndPush:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue