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 name: Build and Push Docker Container
on: on:
schedule: schedule:
- cron: "0 19 * * 4" - cron: "30 20 * * 4"
jobs: jobs:
build-and-push: build-and-push:
@@ -13,8 +13,6 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
with:
driver-opts: networks=host
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v1 uses: docker/login-action@v1