Lev Vereshchagin
11ddb6604d
Merge branch 'main' into beautify
2022-03-05 15:29:00 +03:00
dependabot[bot]
e1f32b7476
chore(deps): bump actions/checkout from 2 to 3 ( #673 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-04 22:35:27 +03:00
Lev Vereshchagin
5e0f1940f2
Rename build/ dir to images/
2022-02-26 12:29:28 +03:00
dependabot[bot]
66fca59f74
chore(deps): bump docker/bake-action from 1.6.0 to 1.7.0 ( #665 )
...
Bumps [docker/bake-action](https://github.com/docker/bake-action ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/docker/bake-action/releases )
- [Commits](https://github.com/docker/bake-action/compare/v1.6.0...v1.7.0 )
---
updated-dependencies:
- dependency-name: docker/bake-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 09:05:23 +03:00
Lev Vereshchagin
4f07e8ee6a
Update workflow names
2022-02-08 16:10:20 +03:00
Lev Vereshchagin
03af8ca392
Move bench CI to different file
...
This way workflow runs only on PRs that relevant to bench build
2021-12-22 16:45:40 +03:00
Lev Vereshchagin
59db4182e6
Fix update example.env job
2021-12-22 13:17:09 +03:00
Lev Vereshchagin
adc526d859
Update example env after building stable images
2021-12-21 14:17:59 +03:00
Lev Vereshchagin
3bcf6bcf19
Fix paths in CI
2021-12-17 15:34:31 +03:00
Lev Vereshchagin
4e142b3e26
Remove quotes from docker-build-push inputs
2021-12-17 11:53:22 +03:00
Lev Vereshchagin
2a4a070870
Rename main to build_stable
2021-12-17 11:48:12 +03:00
Lev Vereshchagin
163942bd1a
Update CI
2021-12-13 19:42:04 +03:00
Lev
9a986575f6
ci: Fix paths that trigger workflows ( #587 )
2021-11-26 19:52:17 +05:30
Lev
5aae67117c
Build ERPNext images on top fresh Frappe images ( #582 )
...
Update build_stable.yml
2021-11-24 05:10:27 +05:30
dependabot[bot]
a9c3f6e9b9
chore(deps): bump webfactory/ssh-agent from 0.5.3 to 0.5.4
...
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.3...v0.5.4 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 10:06:05 +00:00
Revant Nandgaonkar
d320db2d04
ci: use git command to config git creds
2021-11-11 06:30:33 +05:30
Revant Nandgaonkar
cbf646b326
ci: fix steps for helm release
2021-11-11 05:06:57 +05:30
Revant Nandgaonkar
6a8440be34
ci: change git creds action for helm release
2021-11-10 22:10:51 +05:30
Revant Nandgaonkar
c0a4079cdf
ci: fix git creds for helm release ( #561 )
2021-11-10 21:42:19 +05:30
Lev
5254e2aad3
fix: Improve CI, fix builds ( #554 )
...
* ci(Test): Add `workflow_dispatch` trigger
* ci(Test): Build and run on push and pr
* test: Set failfast, remove ERPNext reference
* test: Reveal .env file for logs
* ci(Test): Rename step
* ci(Test): Fix git tag
* test: Add -x flag for debugging
* test: Fix failing test
* ci(Test): Check if built images are used
* ci(Test): Configure trigger paths, don't build on schedule
* test: Remove bug
* ci: Build and test stable images on PR
* fix(frappe-nginx): Get back to `ls` from `find`
* check if test passes with erpnext images
* fix(frappe-worker): Default sites in backup command
* get integration test changes back
* chore: Fix linting
2021-11-09 15:15:33 +03:00
Lev
089a2dc206
build: Fix stable builds ( #546 )
2021-11-06 21:07:39 +03:00
Lev
daa1926f03
Revert "update"
...
This reverts commit ce1ed546ab9ed80f160485840923f1539ee8d275.
2021-11-06 20:02:42 +03:00
Lev
ce1ed546ab
update
2021-11-06 20:01:55 +03:00
Lev
d2b18a3b48
update
2021-11-05 18:58:02 +03:00
Lev
2da9c02d58
ci: Build fixes
...
- Simplify builds by separating dev/stable workflows
- Fix Helm deploy key
- Remove deploy_key.env (already using deploy key in secrets)
- Fix paths matching on push and pull_request triggers
- Fix possible issues with tag difference between ERPNext and Frappe (add tag resolving step before pushing)
- Don't login, push Docker images and release Helm chart on forks
- Don't test on version 12 (there's no test for this version)
- Remove frappe-installer (from chore: use github actions #525 )
- Fix badges in readme
2021-10-31 11:02:58 +05:30