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

Add GHCR option for containers built in each action #151

Open
asheliahut opened this issue Feb 4, 2025 · 0 comments
Open

Add GHCR option for containers built in each action #151

asheliahut opened this issue Feb 4, 2025 · 0 comments

Comments

@asheliahut
Copy link

I am running my GitHub actions from self hosted runners for my enterprise. We are consistently running into issues with dockerhub rate limits, and forcing people to login to our artifactory and so forth in order to build containers. Where we can we prefer to not have to do so and run everything from within GitHub actions and not have to call out to artifactory to proxy to dockerhub.

Due to pull limits for dockerhub, is it possible to add a GitHub Container Registry option of the docker containers used so that when pulling occurs it uses GitHub Actions auth to pull the containers.

Another option would be to add an action that just simply downloads liquibase and sets it up for use via cli just like the other issue mentioned before that was closed: #119

As of today we just have to download the binary and set up our environment ourselves, but it would be nice to not have to do all that custom code.

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

No branches or pull requests

1 participant