Skip to content

Conversation

@Tbjerregaard
Copy link
Contributor

This pull request adds a new GitHub Actions workflow to automate the publishing of Docker images when changes are merged into the main branch or a release is published. The workflow builds the Docker image, tags it appropriately, and pushes it to GitHub Container Registry.

Continuous integration and deployment:

  • Added .github/workflows/publish-image.yml to define a workflow that builds and pushes Docker images to GitHub Container Registry (ghcr.io) on pull requests to main and on release publication.
  • Configured multi-platform builds for linux/amd64 and linux/arm64, and set up caching to speed up builds.
  • Automated tagging of Docker images using branch, semantic version, latest (for default branch), and commit SHA for better traceability.

@Tbjerregaard Tbjerregaard reopened this Oct 22, 2025
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.

3 participants