Get data catering docker hub stats each day #55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Get data catering docker hub stats each day | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Get docker hub stats via script | |
run: bash script/docker-hub-stats.sh | |
- uses: stefanzweifel/git-auto-commit-action@v5 | |
with: | |
commit_message: Update docker hub stats |