trying to fix workflow

This commit is contained in:
2023-07-06 21:22:17 +02:00
parent 188ce01837
commit 67eb8fe4ca
+1 -3
View File
@@ -1,7 +1,7 @@
name: Build and Push Docker Container
on:
schedule:
- cron: "0 19 * * 4"
- cron: "30 20 * * 4"
jobs:
build-and-push:
@@ -13,8 +13,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: networks=host
- name: Login to Docker Hub
uses: docker/login-action@v1