Commit graph

93 commits

Author SHA1 Message Date
Robin Sving
b5638c8b08 Quartz sync: Jun 4, 2025, 10:35 PM 2025-06-04 22:35:40 +02:00
Emile Bangma
7fa9253abc
Node 22 (#1997) 2025-05-28 16:20:59 -07:00
Robin Sving
d77dab8bc2 Update branch to v4 again 2025-05-16 23:02:21 +02:00
Robin Sving
5a64bca3cd Using main 2025-05-16 22:46:04 +02:00
Robin Sving
d96f89afdb Quartz sync: May 15, 2025, 8:57 PM 2025-05-15 20:57:03 +02:00
dependabot[bot]
c33f96e572
chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#1953)
Bumps the ci-dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).


Updates `sigstore/cosign-installer` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.1...v3.8.2)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 12:46:39 -07:00
Jacky Zhao
32d3fc0ce8 chore(ci): fix proj name 2025-04-28 14:35:51 -07:00
Jacky Zhao
00e860d8e6 ci: fix fork preview 2025-04-28 13:19:29 -07:00
Jacky Zhao
78e13bcb40
chore: add ci to preview all prs (#1947)
* add ci to preview all prs

* only on this repo

* fmt
2025-04-26 11:04:23 -07:00
dependabot[bot]
dc6a9f3b12
chore(deps): bump rlespinasse/github-slug-action (#1851)
Bumps the ci-dependencies group with 1 update: [rlespinasse/github-slug-action](https://github.com/rlespinasse/github-slug-action).


Updates `rlespinasse/github-slug-action` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/rlespinasse/github-slug-action/releases)
- [Commits](https://github.com/rlespinasse/github-slug-action/compare/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: rlespinasse/github-slug-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-17 14:49:27 -07:00
Jacky Zhao
a201105442
fix(docker): instructions + bump deps + bind mount (#1809)
* fix docker

* test with docs folder
2025-03-06 10:01:25 -08:00
dependabot[bot]
28fe9b2095
chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#1789)
Bumps the ci-dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).


Updates `sigstore/cosign-installer` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.0...v3.8.1)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 16:35:10 -05:00
dependabot[bot]
be846e6a5f
chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#1762)
Bumps the ci-dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).


Updates `sigstore/cosign-installer` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 01:27:43 -05:00
dependabot[bot]
0ad9111388
chore(deps): bump rlespinasse/github-slug-action from 4.4.1 to 5.0.0 in the ci-dependencies group (#1578)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 04:46:14 -05:00
Aaron Pham
497d51973a
chore(ci): remove signing and vuln (#1484)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-07 02:52:14 -04:00
Aaron Pham
66d7dd8677
fix(ci): run build on tags (#1483)
* fix(ci): run build on tags

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* chore: update docker warning and not push on PR

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-06 22:34:31 -04:00
Julia van der Kris
313cef60ee
infra: build quartz docker image to GHCR (#1192)
* Add GitHub action to build & push Docker image to GHCR

* Use double quotes to keep `prettier` happy :)

* Don't run Docker build & push on forks

* -1 char commit lmao

* Add git metadata to Docker image

* Apply Aaron's patch

* chore: run prettier

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-06 22:15:19 -04:00
Robin Sving
2ed061cc11 Quartz sync: Sep 2, 2024, 8:30 PM 2024-09-02 20:30:36 +02:00
Robin Sving
b8ddf0e201 Quartz sync: Aug 20, 2024, 8:48 PM 2024-08-20 20:48:59 +02:00
Robin Sving
e8343828f1 Quartz sync: Aug 20, 2024, 6:43 PM 2024-08-20 18:43:23 +02:00
Robin Sving
68802b9fed Quartz sync: Aug 19, 2024, 6:19 PM 2024-08-19 18:19:00 +02:00
Robin Sving
5da4c04a3a Quartz sync: Aug 18, 2024, 11:50 PM 2024-08-18 23:50:05 +02:00
Robin Sving
f96f79f8c6 Quartz sync: Aug 18, 2024, 10:36 PM 2024-08-18 22:36:59 +02:00
Robin Sving
faede99327 Quartz sync: Aug 18, 2024, 9:58 PM 2024-08-18 21:58:49 +02:00
Jacky Zhao
3d156b8497 deps(dev): bump nodejs in ci 2024-08-05 18:43:05 -07:00
Christopher Tee
b053d354b6
deps: Bump Github Action versions (#1247) 2024-06-30 21:05:42 -07:00
Sean Missingham
f7bd2137ec
Permit Manual (and Scripted) Trigger of CI Job (#1251) 2024-06-30 20:58:34 -07:00
Jacky Zhao
cc5913b75c fix(ci): only publish tag on v4 origin 2024-06-17 21:45:58 -07:00
Robin Sving
5825dffc5b using konstfish/quartz-build-action 2024-05-26 20:31:04 +02:00
Robin Sving
4642a5eb9f Quartz sync: May 26, 2024, 12:22 AM 2024-05-26 00:22:12 +02:00
Robin Sving
d8bf66e675 Quartz sync: May 23, 2024, 11:31 PM 2024-05-23 23:31:29 +02:00
Robin Sving
211bca243f back off with new versions 2024-05-19 23:52:41 +02:00
Robin Sving
5a847f19b2 Deploy with newer actions 2024-05-19 22:43:17 +02:00
Robin Sving
63376f5069 Newer publisher 2024-05-19 22:24:11 +02:00
Robin Sving
5e5ddb7da7 Changing source 2024-05-18 23:42:08 +02:00
Robin Sving
2ef320749f Re-add publisher GH action 2024-05-18 23:38:26 +02:00
Robin Sving
6d6eb3c84f Quartz sync: May 18, 2024, 11:24 PM 2024-05-18 23:24:22 +02:00
Robin Sving
fbcefe3351 Quartz sync: May 18, 2024, 11:14 PM 2024-05-18 23:14:12 +02:00
Robin Sving
bba54976f3 Updated source 2024-05-18 23:03:58 +02:00
Robin Sving
49d4e7686d new deploy action 2024-05-18 22:09:05 +02:00
Robin Sving
1552c91c6a Quartz sync: May 18, 2024, 10:04 PM 2024-05-18 22:04:48 +02:00
Jacky Zhao
67647d9167 ci: also checkout and install node before tagging 2024-02-23 19:08:39 -08:00
Jacky Zhao
b88d3d292b ci: fix typo in runs-on 2024-02-23 19:05:26 -08:00
Jacky Zhao
c53fd5b56f ci: tag as a separate step 2024-02-23 19:04:38 -08:00
Jacky Zhao
d0c0daa4aa ci: fix autotag 2024-02-23 19:00:47 -08:00
Jacky Zhao
2c74b05d1b fix(ci): autotag 2024-02-23 18:48:25 -08:00
Jacky Zhao
923b72fb67 feat: auto-tag releases (closes #560) 2023-11-01 10:04:41 -07:00
Jacky Zhao
a66c239797 ci: print bundleInfo 2023-09-10 23:07:17 -07:00
Jacky Zhao
953ef29f4e format, ensure ci runs on prs 2023-08-24 12:31:15 -07:00
Jacky Zhao
71471117c5 fix: ci runs on v4 2023-08-20 14:34:00 -07:00