Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

ci(docker-build-and-push): fix cron schedule #180

Merged
merged 1 commit into from Apr 18, 2022
Merged

Conversation

kenji-miyake
Copy link
Contributor

@kenji-miyake kenji-miyake commented Apr 17, 2022

Description

It wasn't executed once every two weeks.
https://github.com/autowarefoundation/autoware/actions/workflows/docker-build-and-push.yaml

https://crontab.guru/#0_0_1,15_*_0

image

https://crontab.guru/#0_0_1,15__

image

Note: Why I set two weeks is to reduce the size of the container registry. If necessary, we can create docker images at any time by using workflow_dispatch.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Copy link
Contributor

@esteve esteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kenji-miyake good catch!

@kenji-miyake
Copy link
Contributor Author

Yeah, thank you! (But also who injected this bug was me. 😇 )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants