Commit Graph

12 Commits

Author SHA1 Message Date
dependabot[bot] 03f7e47909
chore: bump actions/checkout from 2 to 3.1.0 (#179)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 18:13:26 -06:00
dependabot[bot] 6689d9d848
chore: bump actions/setup-node from 2 to 3.4.1 (#172)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 18:13:18 -06:00
dependabot[bot] dccfa2cbe7
chore: bump docker/login-action from 1 to 2 (#155)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 18:13:08 -06:00
dependabot[bot] b4c4d7caa8
chore: bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0 (#180)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 18:12:40 -06:00
Cian Johnston 8f937ea980
chore: remove support for arch images (#161) 2022-05-18 09:09:38 +01:00
Jonathan Yu 90bcfba8c3
chore: disable fail-fast for image build job (#132) 2022-02-16 10:07:07 -08:00
Jonathan Yu 1c658c9a8c
chore: re-build images weekly instead of daily (#103)
* Re-build images on Mondays, rather than daily
* Add a comment explaining rationale for the rebuild schedule
2021-09-27 08:42:08 -07:00
dependabot[bot] 2a4ca3aeb2
chore: bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#90)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.9.0...0.9.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-22 12:13:02 -07:00
Jonathan Yu 1af4050abd
chore: add minimal workflow permissions (#70) 2021-05-22 10:41:21 -07:00
dependabot[bot] 2c4757ecef
chore: bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (#60)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.8.0...89f242ee29e10c53a841bfe71cc0ce7b2f065abc)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 07:15:57 -07:00
Jonathan Yu a1002e87f1
chore: publish nightly image builds (#52)
* Build and publish images on a nightly schedule
* Enable manual triggering of build workflow
2021-04-02 21:13:47 -07:00
Jonathan Yu 6fa1567c96
chore: parallelize image build (#55)
* Add flag for image build scripts to filter by distribution
  (currently: arch, centos, ubuntu)
* Build images sequentially in separate jobs that run in
  parallel according to base distribution
* Cancel in-flight pull request builds
2021-04-02 12:46:01 -07:00