Skip to content

Implement automation of build and release process  #80

@jonasbn

Description

@jonasbn

🔤 User Story

As a maintainer
I can build a Docker image automatically and have it uploaded to a container registry
so that I can make sure that it is built on a compatible platform

ℹ️ Notes

  • Issue Latest container version failing on runners due to architecture mismatch #79 demonstrated that it is better to have a automated build and release process to eliminate human error, in this case the human error was that the Docker image was build on a incompatible architecuture
  • Container registries could be one of:
    • DockerHub (currently uses)
    • GitHub Container Registry, ghcr for short
  • I is expected that at secret token is requested by the container registry chosen
    • This has tp be configured for the GitHub repository, this can be problematic since the repository is owned by somebody else than the current maintainer
  • Automated build is already in place, see: docker-build.yml

🆗 Acceptance Criteria

  • I can build automatically
  • I can push to a container registry
  • the built image is compatible with GitHub Actions

➡️ Resources and References

  • N/A

Metadata

Metadata

Assignees

Labels

todoA mere task to complete, which does not involve code changes

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions