Commit Graph
12 Commits
Author SHA1 Message Date
Brooke Kuhlmann a984316460 Updated to Actions Checkout 7.0.0
link:https://github.com/actions/checkout/releases/tag/v7.0.0[Details].

Milestone: minor
2026-06-18 09:01:49 -06:00
Brooke Kuhlmann a393ed6460 Updated to GitHub Docker Metadata Action 6.0.0
link:https://github.com/docker/metadata-action/releases/tag/v6.0.0[Details].

Milestone: minor
2026-03-05 11:49:33 -07:00
Brooke Kuhlmann 93b01e776c Updated to Docker Buildx Action 4.0.0
link:https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0[Details].

Milestone: minor
2026-03-05 06:42:43 -07:00
Brooke Kuhlmann b9c9864f72 Updated to GitHub Docker actions
See the following for details:

* link:https://github.com/docker/login-action/releases/tag/v4.0.0[Docker Login Action 4.0.0].
* link:https://github.com/docker/setup-qemu-action/releases/tag/v4.0.0[Docker QEMU action 4.0.0].

Milestone: minor
2026-03-04 09:16:19 -07:00
Snehal DatarandBrooke Kuhlmann 40efc6261d Updated checkout action version
Co-authored-by: Brooke Kuhlmann <brooke@alchemists.io>
Milestone: patch
2026-01-15 14:00:13 -07:00
Brooke Kuhlmann 36c438c7cb Fixed GitHub Docker build action to ignore cache
This is being done to ignore the cache when building images for the main branch to ensure the builds are always clean. Use of the cache would be worthwhile for branch builds if wanted to make use of that in the future.

Issue: 230
Milestone: patch
2025-09-30 09:09:58 -06:00
Brooke Kuhlmann 2641c1328a Updated GitHub issue and pull request templates
Necessary to fix the issue template and leverage the GitHub UI which includes a configuration for dealing with issues. A few minor corrections have been applied to the pull request template as well.

Milestone: minor
2025-08-11 08:37:40 -06:00
Brooke Kuhlmann 46f8caf35b Added Docker ARM 64 GitHub Workflow cross platform build
Necessary to build for AMD 64 and ARM 64 in order to support cross platforms builds. This includes:

* Ensuring QEMU is setup for mutli-platform builds.
* Ensuring we are using the latest BuildX and build push action versions.
* Ensuring image layers are cached (i.e. `gha`).

Issue: 169
Milestone: minor
2025-07-15 11:25:27 -06:00
Brooke Kuhlmann aca5617782 Fixed Github Docker workflow to use project name
Necessary to ensure we are building images using the correct project name. This also ensures this workflow triggers when a new tag is created so the image can be tagged as well.

Milestone: minor
2025-05-28 14:36:07 -06:00
Brooke Kuhlmann c504438724 Fixed GitHub Docker workflow
Necessary to simplify the file name and all steps.

Milestone: patch
2025-05-19 19:26:25 -06:00
Janis WalliserandBrooke Kuhlmann 32df7e98d3 Added github actions to publish to github container registry
Added workflow file for amd64 images
2025-05-19 13:16:38 -06:00
Brooke Kuhlmann 81c5f67fa9 Added project skeleton
Generated with link:https://alchemists.io/projects/hanamismith[Hanamismith] 1.4.0. This includes the link:https://github.com/minimagick/minimagick[MiniMagick] gem for converting images into black and white images for display on TRMNL devices.
2025-03-11 20:02:36 -06:00