Skip to content

Commit

Permalink
cron added to docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 1, 2024
1 parent 893ae80 commit 1106ec7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/humble-docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Humble Docker Build

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 5 * * 1"

jobs:
humble_docker_build:
Expand All @@ -9,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
Expand Down

0 comments on commit 1106ec7

Please sign in to comment.