spiral-modules / roadrunner-binary

💾 High-performance PHP application server, load-balancer and process manager written in Golang. RR2 releases repository.
MIT License
44 stars 25 forks source link

ci(ghcr, docker): support github packages #89

Closed tarampampam closed 3 years ago

tarampampam commented 3 years ago

Reason for This PR

closes #71

Description of Changes

Important: @rustatian you should make two secrets in this repository:

Name Description
GHCR_LOGIN Service, your or JD's account name
GHCR_PASSWORD Token for account above with ghcr write permission (write:packages)

More info: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry

Note: After the first image pushing do not forget to open the container page and connect it with the current repository.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov[bot] commented 3 years ago

Codecov Report

Merging #89 (e8c68b8) into master (9daaeb2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   43.08%   43.08%           
=======================================
  Files          12       12           
  Lines         557      557           
=======================================
  Hits          240      240           
  Misses        306      306           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9daaeb2...e8c68b8. Read the comment docs.