Skip to content

Merge pull request #131 from mocdaniel/workflows #2

Merge pull request #131 from mocdaniel/workflows

Merge pull request #131 from mocdaniel/workflows #2

name: Recommend Base Image Improvements

Check failure on line 1 in .github/workflows/recommend-base.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/recommend-base.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
cron: '0 0 1 */1 *'
workflow_dispatch: {}
jobs:
recommendations:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker Scout
id: docker-scout
uses: docker/scout-action@v0.18.1
with:
command: recommendations
image: dbodky/dashing-icinga2:latest