trying to fix workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user