Skip to content

ruby/ruby-ci-image

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

ruby-ci-image

A pipeline to publish Ruby CI container images to http://ghcr.io/ruby/ruby-ci-image.

Contributing

If you want to test the container images on your forked repository with your container registry, the steps are as follows. You need to set a token up to push the containers to your container registry, as the docker/login-action uses it in .github/workflows/publish.yml.

  1. Fork this repository.
  2. Add your personal access token with checking write:packages at https://github.com/settings/tokens, then you get the token.
  3. Add the ACCESS_TOKEN as a value you got above, on your forked repository "your_name/ruby-ci-image" Setting - Actions - Secrets.
  4. When you push a branch to your forked repository, GitHub Actions is executed.
  5. Check your container registry page, https://github.com/users/your_name/packages/container/package/ruby-ci-image. You can pull the container images by docker.

About

A pipeline to publish Ruby CI container images to http://ghcr.io/ruby/ruby-ci-image .

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •