feat: build docker image on push to main branch
This commit is contained in:
parent
0e621ae34e
commit
abfc42f2e0
|
|
@ -2,8 +2,10 @@ name: Create and publish a container image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
|
|
|||
Loading…
Reference in New Issue