Update action to use prebuilt Docker image#139
Closed
mrfelton wants to merge 1 commit intolaunchdarkly:mainfrom
Closed
Update action to use prebuilt Docker image#139mrfelton wants to merge 1 commit intolaunchdarkly:mainfrom
mrfelton wants to merge 1 commit intolaunchdarkly:mainfrom
Conversation
Update the action to use a prebuilt Docker image and add workflows for continuous delivery and version checking. * **action.yml** - Update the `runs` section to use `ghcr.io/launchdarkly/find-code-references-in-pull-request:latest` as the prebuilt Docker image. * **.github/workflows/main.yml** - Update the `Find LaunchDarkly feature flags in diff` step to use the prebuilt Docker image `ghcr.io/launchdarkly/find-code-references-in-pull-request:latest`. * **.github/workflows/cd.yml** - Add a new workflow to build and publish the Docker image based on the example from `container-prebuilt-action`. * **.github/workflows/version-check.yml** - Add a new workflow to check the version of the Docker image based on the example from `container-prebuilt-action`. * **Dockerfile** - Delete the Dockerfile as it is no longer needed.
Author
|
Superseded by #140 which is tested as working in https://github.com/LN-Zap/find-code-references-in-pull-request |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UNTESTED - autogenerated using Github CoPilot Workspaces
Closes #138
Update the action to use a prebuilt Docker image and add workflows for continuous delivery and version checking.
action.yml
runssection to useghcr.io/launchdarkly/find-code-references-in-pull-request:latestas the prebuilt Docker image..github/workflows/main.yml
Find LaunchDarkly feature flags in diffstep to use the prebuilt Docker imageghcr.io/launchdarkly/find-code-references-in-pull-request:latest..github/workflows/cd.yml
container-prebuilt-action..github/workflows/version-check.yml
container-prebuilt-action.Dockerfile