ci: Try to push to ghcr.io (#2051)

I don't think I can change where it's pushed and start using it in the
same PR, so will try to first update the push part, and then change
where the image is used. Only doing it for CI image to not break
anything.
This commit is contained in:
Ayaz Salikhov
2025-04-28 19:04:22 +01:00
committed by GitHub
parent b03cd63efd
commit de43be887e
3 changed files with 18 additions and 6 deletions

View File

@@ -87,7 +87,10 @@ jobs:
DOCKERHUB_PW: ${{ secrets.DOCKERHUB_PW }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
image_name: rippleci/clio
images: |
rippleci/clio
ghcr.io/xrplf/clio
dockerhub_repo: rippleci/clio
push_image: ${{ inputs.publish_image }}
directory: docker/clio
tags: ${{ inputs.tags }}