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

Update action to use prebuilt Docker image #139

Closed
wants to merge 1 commit into from

Conversation

mrfelton
Copy link

@mrfelton mrfelton commented Dec 29, 2024

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

    • 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.

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.
@mrfelton mrfelton requested a review from a team as a code owner December 29, 2024 11:26
@mrfelton
Copy link
Author

Superseded by #140 which is tested as working in https://github.com/LN-Zap/find-code-references-in-pull-request

@mrfelton mrfelton closed this Dec 29, 2024
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.

Reduce Dockerfile build time by referencing prebuilt image
1 participant