Skip to content

Commit

Permalink
Fix docker.yml syntax (#458)
Browse files Browse the repository at this point in the history
Commit 3adb12e meant to set the Docker builds to run daily but the syntax was off by one colon. This commit fixes this.
  • Loading branch information
dc-mak authored Aug 14, 2024
1 parent a0293ba commit 8722102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docker

on:
schedule:
- cron '30 18 * * *'
- cron: '30 18 * * *'

env:
CERBERUS_IMAGE_ID: ghcr.io/rems-project/cerberus/cn:release
Expand Down

0 comments on commit 8722102

Please sign in to comment.