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

github/workflows: adds automated image building #370

Merged
merged 4 commits into from
Mar 16, 2023

Conversation

Fraser-Isbester
Copy link
Contributor

Summary: This adds a GitHub Actions workflow to continuously build and push images to GHCR.

closes #367

@Fraser-Isbester
Copy link
Contributor Author

Fraser-Isbester commented Mar 16, 2023

Doing some prelim testing (here). I will move from draft once I have my fork building as expected.

@Fraser-Isbester Fraser-Isbester marked this pull request as ready for review March 16, 2023 18:50
@Fraser-Isbester
Copy link
Contributor Author

Fraser-Isbester commented Mar 16, 2023

Ok, all done.

Features:

  • Build on push
  • sha, branch, tag, deployment, 'latest' tagging
  • layer caching
  • concurrency groups (old builds on the same ref get terminated)

@Fraser-Isbester
Copy link
Contributor Author

@levkk looks like a timeout flake on CI, can you rerun plz?

@levkk
Copy link
Collaborator

levkk commented Mar 16, 2023

@levkk looks like a timeout flake on CI, can you rerun plz?

No worries, CI is good for this one. This is great, thank you!

@levkk levkk merged commit ac21ce5 into postgresml:main Mar 16, 2023
@Fraser-Isbester Fraser-Isbester deleted the ghcr-buildx branch March 16, 2023 20:14
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.

Continous Push to a Public Image Registry e.g. Docker Hub or Github Image Registry
2 participants