Update docker-image.yml
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Build and Push Docker Container
|
name: Build and Push Docker Container
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "5 20 * * 4"
|
- cron: "40 20 * * 4"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker image for latest tag
|
- name: Build and push Docker image for latest tag
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user