-
Notifications
You must be signed in to change notification settings - Fork 22
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
Using Private Dockerhub & Attempting to change Github Actions vars.repository value doesn't result in changes? #314
Comments
I'll note that it appears even if I edit the I also note that https://github.com/Islandora-Devops/isle-buildkit/blob/main/.github/workflows/description.yml#L26 seems to have hardcoded values too? Do we want to change this to a variable instead? |
We could change it such that isle-buildkit/.github/workflows/build.yml Line 56 in 171ae20
Also, for the descriptions, we could use the Which I think covers the bases. Though I'd probably say doing a fork is probably a waste of time. If you need to do customizations, extend the existing images and modify them. Your build times will be significantly faster, you'll have less code to maintain, and upgrades will be easier. |
Ah fair play. It would be nice to see those changes go in though just in case. Is that something you can push please? In the meantime, I appreciate your comment here:
I'll start focusing on that route and see what dividends pay out. Cheers @nigelgbanks ! |
Oh yeah, these changes can go through. I'll push something up now. |
@g7morris rebase from |
Thank you! |
Hi @nigelgbanks
I'm attempting to build Docker images from our own forked isle-buildkit project that will push to our own private Dockerhub registry.
repository: ${{ vars.repository }}
yet when I attempt to override this value in Github alaI'm still pushing the base image to the
islandora
Dockerhub registry which isn't ideal.islandora
toborn-digital
) each time I make a isle-buildkit maintainer's PR to this upstream project. Right?islandora
in the file but "override" the value in my forked Github git repo Variables / Secrets?Did I miss any isle-buildkit documentation on how folks can do this but still stay at parity with isle-buildkit when submitting changes or do we need to build the ability to switch to non-Islandora repos and registries?
Thanks!
The text was updated successfully, but these errors were encountered: