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

fix: README generation #278

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

kaffolder7
Copy link
Collaborator

Changed from trying to use artifacts and the GHA workflow failing to now using a simple BUILD_VERSION repository variable and automatically updating that when the build-and-push-to-registries workflow succeeds.

Other changes include:

  • Added workflow_run trigger to generate-readme.yml so when that workflow recognizes the “Publish Docker Image to Registries” workflow runs and succeeds, it will automatically run the generate-readme.yml workflow (since a new Docker release will require Docker image variants table in README.md to have versioning updated)
  • Generate major and major-minor versions from the BUILD_VERSION repository variable (more efficient than storing three separate variables from the build-and-push-to-registries workflow job)

Changed from trying to use artifacts and the GHA workflow failing to now using a simple `BUILD_VERSION` repository variable and automatically updating that when the `build-and-push-to-registries` workflow succeeds.

Other changes include:

* Added `workflow_run` trigger to `generate-readme.yml` so when that workflow recognizes the “Publish Docker Image to Registries” workflow runs and succeeds, it will automatically run the `generate-readme.yml` workflow (since a new Docker release will require Docker image variants table in README.md to have versioning updated)
* Generate major and major-minor versions from the `BUILD_VERSION` repository variable (more efficient than storing three separate variables from the `build-and-push-to-registries` workflow job)
@kaffolder7 kaffolder7 merged commit 67f38db into rajnandan1:main Feb 11, 2025
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.

1 participant