Skip to content

Commit

Permalink
Update docker.yml to run build every mondays
Browse files Browse the repository at this point in the history
  • Loading branch information
alafon authored Oct 23, 2023
1 parent acba5a3 commit 754964f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ on:
push:
branches:
- 'master'

schedule:
- cron: '30 5 * * 1'
jobs:
ansible-build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- image: ansible
subdir: debian-buster
#- image: ansible
# subdir: debian-buster
- image: ansible
subdir: debian-buster-tools
- image: ansible
subdir: ezplatform-toolbox
#- image: ansible
# subdir: ezplatform-toolbox
- image: docker-compose
subdir: latest
- image: ansible
Expand Down

0 comments on commit 754964f

Please sign in to comment.