update docker container on push

This commit is contained in:
2023-07-07 13:46:43 +02:00
parent f3ad389f6d
commit bd949df4d4
+3
View File
@@ -2,6 +2,9 @@ name: Build and Push Docker Container
on:
schedule:
- cron: "0 11 * * 5"
push:
branches:
- main
jobs:
build-and-push: