Skip to content

Ensure custom images are built from custom base image#2089

Merged
cmgrote merged 1 commit into
mainfrom
dependencies
Nov 23, 2025
Merged

Ensure custom images are built from custom base image#2089
cmgrote merged 1 commit into
mainfrom
dependencies

Conversation

@cmgrote

@cmgrote cmgrote commented Nov 23, 2025

Copy link
Copy Markdown
Collaborator

Note

Compute and use a branch-aware build_version in the custom-package container workflow, and pass it as the VERSION build-arg when building images.

  • CI / Workflow (.github/workflows/custom-package-container.yml):
    • Tag/Version logic: Add build_version output; for manual runs append sanitized branch to ${{ inputs.version }}, else use ${{ inputs.version }}.
    • Image build: Pass VERSION=${{ steps.tags.outputs.build_version }} to docker/build-push-action (replacing direct inputs.version).

Written by Cursor Bugbot for commit 40ca6fe. This will update automatically on new commits. Configure here.

Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
@cmgrote cmgrote added the ignore Exclude from release notes label Nov 23, 2025
@cmgrote cmgrote enabled auto-merge November 23, 2025 14:14
@cmgrote cmgrote merged commit e46ef8d into main Nov 23, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore Exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant