Commit Graph

20 Commits

Author SHA1 Message Date
Deepak Prabhakara
7cfdf2821c
update node (#572)
* update node

* tweaked when github actions should run

* workaround for json -g failing

* cleanup
2024-04-05 22:24:23 +01:00
Deepak Prabhakara
0ad2bb4e5e tweaked when github actions should run 2024-04-05 22:08:44 +01:00
Deepak Prabhakara
2644b815ed fixed output 2023-09-12 21:31:33 +01:00
Deepak Prabhakara
3b480a52f9 replaced set-output 2023-09-12 21:28:54 +01:00
Deepak Prabhakara
9f099d89e9 prepare to replace set-output of npmversion 2023-09-12 20:17:46 +01:00
Deepak Prabhakara
e36caeb77a replaced set-output 2023-09-12 20:16:07 +01:00
Deepak Prabhakara
b28e7202b2 build but only push for release 2023-09-12 20:00:09 +01:00
dependabot[bot]
280650df59
Bump docker/setup-qemu-action from 2 to 3 (#291)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  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>
2023-09-12 19:46:06 +01:00
dependabot[bot]
271776c8b7
Bump docker/build-push-action from 4 to 5 (#290)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  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>
2023-09-12 19:45:58 +01:00
dependabot[bot]
010897180a
Bump docker/login-action from 2 to 3 (#289)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  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>
2023-09-12 19:45:50 +01:00
dependabot[bot]
f6a59cc5bb
Bump docker/setup-buildx-action from 2 to 3 (#292)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  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>
2023-09-12 19:45:32 +01:00
dependabot[bot]
ab1156c22a
Bump docker/build-push-action from 3 to 4 (#283)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  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>
2023-09-05 12:18:28 +05:30
Kiran K
b94839b92b
Upgrade actions/checkout to v4 (#281) 2023-09-05 12:17:50 +05:30
Deepak Prabhakara
9eafdeee33 don't really need arm v8 2022-12-08 16:04:58 +00:00
Deepak Prabhakara
512cfda4f3 build linux/arm64/v8 2022-12-08 15:44:50 +00:00
Deepak Prabhakara
8c0c2cae93 removing v6 and v7 to reduce build time 2022-12-08 14:02:40 +00:00
Aswin V
f0542225d1
Enable multi platform build for docker image (#127)
* Update actions and support multiplatform build

* Test `ttl.sh`

* Revert changes related to testing
2022-12-08 12:37:16 +00:00
Deepak Prabhakara
6d48173e05 skip docker login if not release 2022-11-21 16:53:10 +00:00
Deepak Prabhakara
6e031ea51a fixed workflow branches 2022-03-15 00:36:03 +00:00
Kiran K
fdaa190df4
Add Github actions (#15)
* Add Github actions

* Fix the docker build issue

* Remove the duplicate Github action

* only need runtime env vars during build

* ENV NEXT_TELEMETRY_DISABLED is a runtime env var

* Add missing keys to package.json

* Use the npm version as tag

Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-03-10 17:20:33 +00:00