feat(ci): add build workflow for GitHub Container Registry#1
Merged
rodrigoluizs merged 7 commits intobonial/mainfrom Mar 3, 2026
Merged
Conversation
Created a build workflow to upload images to GitHub Container Registry (GHCR). Changes include: - Variables and secrets for GHCR authentication. - Proper image tags and cache configuration.
added 5 commits
February 26, 2026 12:14
Move permissions block to workflow level so all jobs inherit packages:write (push to GHCR), contents:read (checkout), and actions:write (cache deletion).
Replace slashes with dashes in ref_name to produce valid Docker tags when building from branches like rodrigoluizs/feat-xxx.
Poetry 2.3.0 dropped Python 3.9 support. Without cache the installer fetches the latest version (2.3.2), which fails on the python:3.9 base image. Pin to 2.2.1, the last release compatible with Python 3.9.
f3098d3 to
4776120
Compare
martinohmann
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build-ghcr.yml) to build and push Docker images to GHCRTest plan
main,release-*,feat-*,bugfix-*branchesghcr.io/<org>/devlake,ghcr.io/<org>/devlake-config-ui,ghcr.io/<org>/devlake-dashboardlatest+ versioned tagspull_requesttrigger (marked as TODO) before merging