feat: build docker image on push to main branch

This commit is contained in:
Manuel Schmid 2024-05-28 00:21:25 +02:00
parent 0e621ae34e
commit abfc42f2e0
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@ name: Create and publish a container image
on:
push:
branches:
- main
tags:
- 'v*'
- v*
jobs:
build-and-push-image: