Skip to content

Automate GitHub Actions release publication - #60

Merged
aheritier merged 1 commit into
mainfrom
github-actions-release
Sep 22, 2026
Merged

aheritier merged 1 commit into
mainfrom
github-actions-release

Conversation

@aheritier

Copy link
Copy Markdown
Collaborator

Summary

  • separate the main edge-image workflow from manual versioned releases
  • validate release dispatches against main and catalog.yaml, then safely create/reuse exact-SHA tags, immutable multi-arch images, and draft GitHub releases
  • make dry runs build-only and publication retries idempotent without overwriting conflicting tags, images, releases, or assets
  • document the Actions-based release, retry, and forward-only procedures

Validation

  • actionlint -color .github/workflows/*.yml
  • git diff --check
  • task catalog:check
  • RELEASE_TAG=v0.1.0 bash scripts/ci.sh
  • task

Manual configuration after merge

See the maintainer checklist in the PR handoff for the required GitHub rules/environment and Docker Hub immutability/OIDC settings before the first release.

Signed-off-by: Arnaud Héritier <arnaud.heritier@docker.com>
@aheritier
aheritier requested a review from a team as a code owner September 21, 2026 22:32

@docker-agent docker-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

Automates edge image publishing and manual versioned release workflows.

@aheritier
aheritier merged commit 18aaf82 into main Sep 22, 2026
3 checks passed
@aheritier
aheritier deleted the github-actions-release branch September 22, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants