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
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
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
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