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
+3 -1
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: