Update docker-image.yml

This commit is contained in:
2023-07-06 22:32:05 +02:00
committed by GitHub
parent b54ee2b2bd
commit 1cb2c476c4
+2 -2
View File
@@ -1,7 +1,7 @@
name: Build and Push Docker Container
on:
schedule:
- cron: "5 20 * * 4"
- cron: "40 20 * * 4"
jobs:
build-and-push:
@@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and push Docker image for latest tag
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
push: true