Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): Enable push on schedule event
To reduce the frequency of docker builds, on commit e3bbcdb the workflow moved from push based to schedule based. The registry publishing was attached to push and worflow_dispatch events, therefore, any schedule event was ignored. Since builds now happens once a day and in case of version tag, registry publish is now set to be valid on all build cases. For extended image, the time schedule set was removed and only when runtime main docker workflow has their build complete triggers the extended workflow using wokrflow_run dependency. Signed-off-by: Helio Chissini de Castro <[email protected]>
- Loading branch information