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

Resolved issue with push job to use the image config string to determine what repo to push to for docker and harbor per image #211

Merged

Conversation

PPathu
Copy link
Contributor

@PPathu PPathu commented Aug 20, 2024

This change to the push job will allow the push job to determine what repo (development, testing, release) to push to based on the images config string. This ensures that an individual image doesn't get pushed to multiple repos for a single GHA job for that specific image.

An example config string for an image may be: el9-23-development-True-False
In this case the push job will push to the development repo for both docker and harbor, previously it would have pushed to all three repos development, testing, and release for both docker and harbor.

…ine what repo to push to for docker and harbor per image
@PPathu PPathu marked this pull request as ready for review August 20, 2024 20:13
@PPathu PPathu requested a review from a team as a code owner August 20, 2024 20:13
@brianhlin brianhlin requested review from brianhlin and removed request for a team August 22, 2024 15:38
@brianhlin brianhlin merged commit fdbb7bf into opensciencegrid:main Aug 22, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants