Skip to content

Commit

Permalink
ci(docker): fix schedule syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 23, 2021
1 parent 94e63e3 commit 68e30c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
tags:
- "@agoric/sdk@*"
schedule:
# Build daily images.
cron: "0 0 * * *"
# Build daily images.
- cron: "0 0 * * *"

jobs:
docker-sdk:
Expand Down

0 comments on commit 68e30c8

Please sign in to comment.