(core) regularly freshen grist-core:latest docker image

Summary:
 * Keeps `grist-core:latest` docker image up to date with grist-core
   source, with a daily cron job.
 * Update yarn.lock file.
 * In passing, tag current version for a versioned release.

When a push to `main` branch passes tests, the result is placed in `latest_candidate` branch. The cron job will update docker up from `latest_candidate`, placing code used for image in `latest` branch.

Test Plan: tested in a grist-core fork

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3156
This commit is contained in:
Paul Fitzpatrick
2021-11-24 13:45:21 -05:00
parent 064455b2f7
commit 6e3ec298f2
5 changed files with 54 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "grist-core",
"version": "0.7.3",
"version": "0.7.4",
"license": "Apache-2.0",
"description": "Grist is the evolution of spreadsheets",
"homepage": "https://github.com/gristlabs/grist-core",