Commit Graph
7 Commits
Author SHA1 Message Date
Simon Nyssen 5d213de8b5 Add build & release pipeline for versioned images (#107)
* build: add release & build pipeline

* build: add variable for project type

* build: [TO_REVERT] configure for pushing images to ghcr.io

* build: target both x86 and arm platforms for Docker images

* build: fix multi-platform builds

* Revert "build: [TO_REVERT] configure for pushing images to ghcr.io"

This reverts commit 070162aa8c74c519612f30cb6b3038bc98fd86ad.

* build: fix image name

* build: fix permission issue with release please by only running it on commits on the main branch
2024-02-15 22:04:13 +01:00
Jayant cc5ec8b0dd cache docker build layers
* testing if gha cache is used



https://docs.docker.com/engine/reference/commandline/buildx_build/#cache-from

https://docs.docker.com/engine/reference/commandline/buildx_build/#cache-to

* try out inline cache



src: https://github.com/moby/buildkit#export-cache

* go back to using gha cache
2023-11-20 18:08:11 +00:00
RoguedBear 2a0a8d57fd fix wrong latest tag 2023-11-20 23:12:07 +05:30
RoguedBear 09ee196d5e fix prefix removal 2023-11-20 21:36:29 +05:30
RoguedBear f2a563dd7e use the generated tag 2023-11-20 21:21:05 +05:30
RoguedBear 5b22cfd87a feat: specify image stability type when triggering build 2023-11-20 21:15:43 +05:30
Kyle Murphy 970c96a8c9 feat: add workflow for building and publishing docker images 2023-11-14 13:04:41 +11:00