Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

mrfelton
Copy link

Closes #138

This pull request introduces several new workflows and updates to the existing workflows to enhance the continuous integration and delivery process. The changes include adding a continuous delivery workflow, a version check workflow, and updates to the main workflow for local testing.

New Workflows:

  • .github/workflows/cd.yml: Added a continuous delivery workflow to create releases and publish container images to the GitHub Container Registry when a PR is merged or the workflow is run manually.
  • .github/workflows/version-check.yml: Introduced a version check workflow to ensure the container image version has been incremented in the manifest file before merging a PR.

Workflow Updates:

  • .github/workflows/main.yml: Updated the main workflow to include a local Docker registry for testing, setup Docker BuildX, and build and push the container image for local testing.

Other Changes:

  • .version: Added a version file with the initial version v1.0.0.
  • action.yml: Updated the Docker image reference to use the GitHub Container Registry.

@cestorer
Copy link

Bump

Copy link
Contributor

@blaqbern blaqbern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So sorry for the delay on this. Left one question for you, but otherwise looks great! We appreciate the contribution!

runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/ln-zap/find-code-references-in-pull-request:latest'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure we want to push to the ln-zap namespace. Can we use the launchdarkly organization here instead?

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

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.