Skip to content

Add GitHub Actions workflow for Docker build and push on release#14

Merged
alsmith151 merged 1 commit intomainfrom
chore/docke-container-on-release
Mar 11, 2026
Merged

Add GitHub Actions workflow for Docker build and push on release#14
alsmith151 merged 1 commit intomainfrom
chore/docke-container-on-release

Conversation

@alsmith151
Copy link
Copy Markdown
Owner

This pull request introduces a new GitHub Actions workflow to automate building and publishing Docker images to the GitHub Container Registry when a new tag is pushed or a release is published. This streamlines the deployment process by ensuring that Docker images are consistently built and pushed on release events.

CI/CD automation:

  • Added a .github/workflows/publish-docker-on-release.yml workflow that builds and pushes multi-platform Docker images to GitHub Container Registry (ghcr.io) on tag push or release publish events. The workflow handles metadata extraction, tagging (including semver and latest), and logs in using GitHub credentials.

@alsmith151 alsmith151 merged commit 953334a into main Mar 11, 2026
1 check passed
@alsmith151 alsmith151 deleted the chore/docke-container-on-release branch March 11, 2026 17:58
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.

1 participant