feat: run "build and push" on push to main
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 2m38s

This commit is contained in:
Tamipes 2026-05-29 16:11:50 +02:00
parent 93c533b13e
commit f69de09f52

View file

@ -2,6 +2,9 @@ name: Build and Push docker image
on:
workflow_dispatch:
workflow_call:
push:
branches:
- main
jobs:
buildAndPush: