Commit graph

10 commits

Author SHA1 Message Date
JP Hastings-Spital
4682421306 feat: Publish docker image to ghcr
This Github workflow builds & publishes an OCI/Docker container image to Github/s Container Registry (ghcr.io).

It also adds a brief intro for how to use it in the README, and removes the (now outdated) `tools/docker/README.md`.
2024-11-29 07:29:54 -08:00
Matt Brubeck
d48ed0c2c6 Don't create draft release
See https://github.com/AButler/upload-release-assets/issues/10
2023-12-27 09:09:43 -08:00
Matt Brubeck
6b5e91be5c Use github.ref_name in release workflow 2023-12-27 09:08:51 -08:00
dependabot[bot]
03e388fb30 chore(deps): bump AButler/upload-release-assets from 2.0 to 3.0
Bumps [AButler/upload-release-assets](https://github.com/abutler/upload-release-assets) from 2.0 to 3.0.
- [Release notes](https://github.com/abutler/upload-release-assets/releases)
- [Commits](https://github.com/abutler/upload-release-assets/compare/v2.0...v3.0)

---
updated-dependencies:
- dependency-name: AButler/upload-release-assets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 07:28:04 -08:00
dependabot[bot]
82948e0b16 chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 19:16:08 +02:00
Johann150
bf4a86ceed
update release actions
Some of the actions used in the release pipeline throw warnings about being
outdated so they have been replaced. Looks like Github themself are no longer
maintaining the actions around releases.

The two Darwin builds have been collapsed into one action so there is only one
machine and one git checkout and one upload action.
2023-08-05 12:08:23 +02:00
dependabot[bot]
e33c45fb99 chore(deps): bump actions/checkout from 2 to 3
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>
2022-03-08 07:30:02 -08:00
Johann150
2853ba5faf
add CI build for Apple Silicon 2022-01-25 23:29:45 +01:00
Johann150
2359127167
move release script
Putting it in the top level can cause confusion.
Resolves #69
2021-08-27 15:14:27 +02:00
Johann150
be2d6f9f00
add CI actions
actual tests will still have to be added.
2021-02-19 12:20:16 +01:00
Renamed from .github/workflows/rust.yml (Browse further)