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 #34

Open
danisla opened this issue Jan 6, 2022 · 0 comments
Open

Create GitHub workflow for building images #34

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

Comments

@danisla
Copy link
Member

danisla commented Jan 6, 2022

After the web and coturn cleanup is done (blocked by #24 and #25) 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
@danisla danisla added this to the v1.1.0 milestone Jan 6, 2022
@JanCVanB JanCVanB self-assigned this Jan 6, 2022
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

No branches or pull requests

2 participants