Skip to content

Conversation

@TheGameProfi
Copy link

This pull request updates the CI workflow to support publishing Docker images to the GitHub Container Registry (GHCR) in addition to DockerHub. It also updates the README.md to inform users about the new GHCR image option.

See #179 for more informations

CI Workflow Updates:

  • .github/workflows/ci.yml: Added environment variables REGISTRY and IMAGE_NAME to define the container registry and image name dynamically.
  • .github/workflows/ci.yml: Added a step to log in to the GitHub Container Registry using the docker/login-action and updated the docker/metadata-action to include the GHCR image alongside the DockerHub image.

Documentation Update:

  • README.md: Added a tip to inform users that they can now use the Docker image from either DockerHub (iib0011/omni-tools) or the GitHub Container Registry (ghcr.io/iib0011/omni-tools).
@TheGameProfi
Copy link
Author

Any Comments?
@iib0011 @Chesterkxng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant