Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic building and pushing images to Docker Hub #29

Closed
ironsmile opened this issue Sep 10, 2021 · 1 comment
Closed

Automatic building and pushing images to Docker Hub #29

ironsmile opened this issue Sep 10, 2021 · 1 comment
Assignees
Milestone

Comments

@ironsmile
Copy link
Owner

It would be great if images to the Docker Hub were pushed automatically. For this end a new GitHub action could be created.

What to push?

  • Merges to master should cause building and pushing an image with the latest tag
  • Tags for released versions should cause building and pushing this version with a docker image tag matching the release tag

Testing

The Docker Hub publishing pipeline should make sure that the pushed Docker images are actually operational. So it should try to run the image and check that Euterpe is actually starting inside it.

@ironsmile ironsmile added this to the v1.6 milestone Sep 10, 2021
@ironsmile ironsmile self-assigned this Sep 10, 2021
@ironsmile
Copy link
Owner Author

This has been done already. The only difference is that the latest tag is actually for the last released version. I decided that most people will probably used it instead of a tag like v1.5.1. And it would be better if they receive a stable version instead of whatever unbaked stuff there is currently on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant