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

Create GitHub workflow for building images #17

Open
danisla opened this issue Jan 6, 2022 · 0 comments · Fixed by #24
Open

Create GitHub workflow for building images #17

danisla opened this issue Jan 6, 2022 · 0 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@danisla
Copy link
Member

danisla commented Jan 6, 2022

After the selkies-gstreamer integration is done (#14), build a workflow to build all of the images and push them to GHCR with versions.

Follow the same build philosophy as the selkies-gstreamer repo:
https://github.com/selkies-project/selkies-gstreamer/tree/master/.github/workflows

Preserve the cloudbuild image building to allow folks to build and self-host images.

Strategy:

  • master and dev branches are built when pushed to, images are tagged with the branch name respectively.
  • Pushing a tag builds the images, creates a release and tags the images with latest
@danisla danisla added the enhancement New feature or request label Jan 6, 2022
@JanCVanB JanCVanB self-assigned this Jan 6, 2022
@JanCVanB JanCVanB added this to the v1.5.0 milestone Jan 21, 2022
@JanCVanB JanCVanB linked a pull request Jan 27, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants