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.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Bug fix, Enhancement
Description
Introduce a dedicated workflow for drafting releases.
Add a new workflow to publish application images to GHCR.
Enhance existing workflows for devcontainer and final release publishing.
Standardize image metadata and release naming conventions.
Diagram Walkthrough
File Walkthrough
draft.yml
Add workflow for drafting releases on PR merge..github/workflows/draft.yml
Draft Release.mainis closed andmerged.
release-drafter/release-drafter@v6to update a draft release.publish-app.yml
Implement workflow to publish application images to GHCR..github/workflows/publish-app.yml
Publish App to GHCR.mainorv*tags, or manually viaworkflow_dispatch.Container Registry (GHCR).
docker/metadata-action@v5to extract image tags and labels,including OCI annotations.
publish-devcontainer.yml
Update devcontainer image publishing workflow..github/workflows/publish-devcontainer.yml
tags: - "v*"as an additional trigger for the workflow.publish-devcontainertopublish.org.opencontainers.image.urlandorg.opencontainers.image.sourcelabels to usegithub.repositoryvariable.
Login to ContainerRegistry).release.yml
Refine release creation workflow..github/workflows/release.yml
Create Release 🚀toRelease.create-releasetopublish.nameparameter for therelease-drafteraction to use only${{ env.VERSION }}.publish: truefor therelease-drafteraction to ensurethe release is published.