fix auto job run on main
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m40s

This commit is contained in:
Dmitri 2026-04-11 21:34:01 +02:00
parent 852aba641e
commit 9cc8ad3873
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7

View File

@ -1,9 +1,10 @@
# TODO: add a versioning system for the docker images pushed to this repo
name: Build and Push Docker Image
# on:
# push:
# branches:
# - main
on:
push:
branches:
- main
jobs:
build-and-push: